In order to deploy the default ASP.Net MVC 3 web role that comes with version 1.4 (and later) of the Windows Azure SDK, it is necessary to make some changes linked to the SQL connection strings, which point by default to the local SQLEXPRESS instance. This article from Wade Wegner explains how to make them work once deployed to the cloud.
Similar Posts
New plugin for Eclipse to get Java developers off the ground with Windows Azure
Another step to improve the Windows Azure experience for Java developers. Click here to open link…
1,000 days after… my journey to a happier life through technology, bicycles and being present
Today I got a reminder on my phone telling me that it’s been 1,000 days since I started regularly using “Lose It!” (http://www.loseit.com), a smartphone application that allows people to track what they eat. No diets, no restrictions, simply consume the right amount of calories that the body daily needs with some goals in mind…
Layered Architecture Sample for Azure
In the following days, I will be posting an article on the layered Architecture that I've been working on for the last few years (Azure compatible), but this article / project is a good introduction to this topic. Click here to open link…
Windows Identity Foundation (WIF) Explained
Excellent blog entry describing options for Claims authentication. The required sign-in flow is sometimes hard to follow, and this was a great reference for me. http://blogs.msdn.com/b/alikl/archive/2010/09/23/windows-identity-foundation-wif-explained-web-browser-sign-in-flow-ws-federation-passive-requestor-profile.aspx
Windows Phone 7 Event – Park Meadows Microsoft Store
I had the opportunity to do a presentation about Windows Azure at the Park Meadows Microsoft Store in Denver last month. One of our premier partners, Blue Dot Solutions, demonstrated an application running on this platform that offers Mobile 311 services to different devices, including the new Windows Phone 7.
Automated Build and Deployment with Windows Azure SDK 1.6
Tom Hollander recently posted a great article on how to use the new deployment capabilities in the Windows Azure SDK v1.6, including the use of the .publishsettings file with a build server using TFS and MSBuild. Enjoy! Click here to open link…