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
About using IntelliTrace with Windows Azure…
I had the opportunity last night to do a presentation about Windows Azure for the Denver Visual Studio User GroupĀ – http://www.denvervisualstudio.net/. One of the topics that we discussed was using IntelliTrace for debugging purposes on Azure, somebody in the audience pointing out that this was not recommended by Microsoft for production environments. Since I was…
Details about SQL Azure reporting
Specific details about SQL Azure reporting, announced during PDC 2010. Click here to open link…
Windows Azure Training Kit – June 2012 edition – now available
The Windows Azure Training Kit for the June 2012 release is now available. This is – hands down – the best official resource when it comes to code samples, labs and presentations for the new Windows Azure features recently announced. I’m planning to start doing some of the labs during the following days, including one…
Co-Marketing with Windows Azur…
Co-Marketing with Windows Azure | Windows Azure Platform: Take advantage of the new Marketing program to certify a… http://bit.ly/aVXsgm
Mark your calendars! Cloud Fest Denver Feb. 9th, 2012
Cloud Fest is coming to Denver on February 9th, 2012, and you should not miss it. Take this opportunity to learn about cloud computing, and how it is affecting deployment and development models across multiple industries around the world. I will be personally presenting a session on designing software architectues for distributed environments, including real…
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…