<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: How to Build Your First Azure-Powered ASP.NET MVC App</title>
	<atom:link href="http://www.caffeinedi.com/2009/09/29/how-to-build-your-first-azure-powered-asp-net-mvc-app/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.caffeinedi.com/2009/09/29/how-to-build-your-first-azure-powered-asp-net-mvc-app/</link>
	<description>Thoughts on Software Development, Microsoft .NET, Technology, and other random musings</description>
	<lastBuildDate>Wed, 17 Feb 2010 20:50:02 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nate</title>
		<link>http://www.caffeinedi.com/2009/09/29/how-to-build-your-first-azure-powered-asp-net-mvc-app/comment-page-1/#comment-159</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Wed, 03 Feb 2010 15:53:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinedi.com/?p=39#comment-159</guid>
		<description>Das RSS-Futter ist daran: http://feeds.feedburner.com/CaffeineDependencyInjection</description>
		<content:encoded><![CDATA[<p>Das RSS-Futter ist daran: <a href="http://feeds.feedburner.com/CaffeineDependencyInjection" rel="nofollow">http://feeds.feedburner.com/CaffeineDependencyInjection</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jana</title>
		<link>http://www.caffeinedi.com/2009/09/29/how-to-build-your-first-azure-powered-asp-net-mvc-app/comment-page-1/#comment-158</link>
		<dc:creator>Jana</dc:creator>
		<pubDate>Wed, 03 Feb 2010 15:40:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinedi.com/?p=39#comment-158</guid>
		<description>Sehr interessanter Artikel den du da geschrieben hast. Endlich hab ich das gefunden was ich gesucht habe. Ich wuerde auch gerne den RSS Feed von deinem Blog abonieren aber leider finde ich diesen nicht. Wo muss ich denn danach suchen?</description>
		<content:encoded><![CDATA[<p>Sehr interessanter Artikel den du da geschrieben hast. Endlich hab ich das gefunden was ich gesucht habe. Ich wuerde auch gerne den RSS Feed von deinem Blog abonieren aber leider finde ich diesen nicht. Wo muss ich denn danach suchen?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nilesh Hirapra</title>
		<link>http://www.caffeinedi.com/2009/09/29/how-to-build-your-first-azure-powered-asp-net-mvc-app/comment-page-1/#comment-78</link>
		<dc:creator>Nilesh Hirapra</dc:creator>
		<pubDate>Thu, 03 Dec 2009 05:59:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinedi.com/?p=39#comment-78</guid>
		<description>Thanks, this is very useful post. It helped me to resolve error i was getttings.I was keeping ApplicationName is aspprover different.</description>
		<content:encoded><![CDATA[<p>Thanks, this is very useful post. It helped me to resolve error i was getttings.I was keeping ApplicationName is aspprover different.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk</title>
		<link>http://www.caffeinedi.com/2009/09/29/how-to-build-your-first-azure-powered-asp-net-mvc-app/comment-page-1/#comment-20</link>
		<dc:creator>Dirk</dc:creator>
		<pubDate>Wed, 14 Oct 2009 00:11:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinedi.com/?p=39#comment-20</guid>
		<description>forgot to say: thanks for the excellent explanation :-)</description>
		<content:encoded><![CDATA[<p>forgot to say: thanks for the excellent explanation <img src='http://www.caffeinedi.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dirk</title>
		<link>http://www.caffeinedi.com/2009/09/29/how-to-build-your-first-azure-powered-asp-net-mvc-app/comment-page-1/#comment-19</link>
		<dc:creator>Dirk</dc:creator>
		<pubDate>Wed, 14 Oct 2009 00:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinedi.com/?p=39#comment-19</guid>
		<description>FYI: to create the storage tables, I actually had to run the following command (localhost\sqlserver is my SQL 2008 instance):

devtablegen &quot;\AspProviders\bin\Debug\AspProviders.dll&quot; /server:localhost\sqlserver</description>
		<content:encoded><![CDATA[<p>FYI: to create the storage tables, I actually had to run the following command (localhost\sqlserver is my SQL 2008 instance):</p>
<p>devtablegen &#8220;\AspProviders\bin\Debug\AspProviders.dll&#8221; /server:localhost\sqlserver</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.caffeinedi.com/2009/09/29/how-to-build-your-first-azure-powered-asp-net-mvc-app/comment-page-1/#comment-14</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Sat, 10 Oct 2009 19:26:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinedi.com/?p=39#comment-14</guid>
		<description>Hi Rob - I think what you are referring to by &quot;local C#-written processes&quot; is a different type of Role.  In this tutorial, we added a &quot;Web Role&quot; to our project when we created it.  If you want background processing, such as an engine, to run in your cloud deployment (or locally with the Development Fabric), you can use a &quot;Worker Role.&quot;  Sounds like a good tutorial to post here - I&#039;ll write one a sample app and post it this week!</description>
		<content:encoded><![CDATA[<p>Hi Rob &#8211; I think what you are referring to by &#8220;local C#-written processes&#8221; is a different type of Role.  In this tutorial, we added a &#8220;Web Role&#8221; to our project when we created it.  If you want background processing, such as an engine, to run in your cloud deployment (or locally with the Development Fabric), you can use a &#8220;Worker Role.&#8221;  Sounds like a good tutorial to post here &#8211; I&#8217;ll write one a sample app and post it this week!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rob Marano</title>
		<link>http://www.caffeinedi.com/2009/09/29/how-to-build-your-first-azure-powered-asp-net-mvc-app/comment-page-1/#comment-13</link>
		<dc:creator>Rob Marano</dc:creator>
		<pubDate>Sat, 10 Oct 2009 18:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinedi.com/?p=39#comment-13</guid>
		<description>Great work!  I&#039;ll let you know how I get on with it... Btw, any way to run local C#-written processes where the browser is running?</description>
		<content:encoded><![CDATA[<p>Great work!  I&#8217;ll let you know how I get on with it&#8230; Btw, any way to run local C#-written processes where the browser is running?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Kelly</title>
		<link>http://www.caffeinedi.com/2009/09/29/how-to-build-your-first-azure-powered-asp-net-mvc-app/comment-page-1/#comment-10</link>
		<dc:creator>Mike Kelly</dc:creator>
		<pubDate>Tue, 06 Oct 2009 22:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinedi.com/?p=39#comment-10</guid>
		<description>I agree - this was very helpful.  Just a couple of tweaks since I didn&#039;t follow this right from the beginning so not everything in my solution was exactly as here. I had already created an Azure MVC app an modified it a bit.  The ApplicationName in the membership provider has to match your application name - here it is shown as AzureMVCSample.  If you go to Development Storage in the tray and look at what database is running, you&#039;ll know what to set it to (in my case, I had renamed my application).  But thanks, this is a very helpful start.</description>
		<content:encoded><![CDATA[<p>I agree &#8211; this was very helpful.  Just a couple of tweaks since I didn&#8217;t follow this right from the beginning so not everything in my solution was exactly as here. I had already created an Azure MVC app an modified it a bit.  The ApplicationName in the membership provider has to match your application name &#8211; here it is shown as AzureMVCSample.  If you go to Development Storage in the tray and look at what database is running, you&#8217;ll know what to set it to (in my case, I had renamed my application).  But thanks, this is a very helpful start.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lilikindsli</title>
		<link>http://www.caffeinedi.com/2009/09/29/how-to-build-your-first-azure-powered-asp-net-mvc-app/comment-page-1/#comment-8</link>
		<dc:creator>lilikindsli</dc:creator>
		<pubDate>Sun, 04 Oct 2009 17:47:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.caffeinedi.com/?p=39#comment-8</guid>
		<description>I want to say - thank you for this!</description>
		<content:encoded><![CDATA[<p>I want to say &#8211; thank you for this!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
