Saturday
Dec112010
Azure and ASP.NET MVC 2
Saturday, December 11, 2010 at 11:04PM This evening I went to deploy an ASP.NET MVC 2 existing application to Microsoft Azure. I ran into issues getting my deployment to work. The status kept aborting and stating recovering web role. After a quick google search I ran across a couple posts some that were based on an older version of the SDK.
What ended up being my problem was that the System.Web.Mvc library needed to be set to Copy Local = True.
Thanks to Steven Smith for blogging this. http://stevesmithblog.com/blog/asp-net-mvc-2-and-windows-azure/

Reader Comments (1)
I have no idea what just happened but I felt like I should comment since I read it. lol :)