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
Microsoft shares video tour of its Cloud Datacenters
The Microsoft Datacenters team just released a video tour that includes four of our global locations. This is a great way of understanding the IT infrastructure behind Windows Live, Hotmail, Bing, MSN… and obviously Windows Azure. Enjoy! Full Article here…
Design Patterns, Anti-Patterns and Windows Azure
Please pay special attention to this pattern to avoid: "Running legacy servers using VM Roles". Click here to open link…
Save the Date! June 7th, 2012 “Meet Windows Azure” event – Scott Guthrie live from San Francisco.
Save the Date! Get ready to Meet Windows Azure and hear from Scott Guthrie and other senior technologists from Microsoft, who will introduce you to the latest in Microsoft’s cloud-based development technology. You can register here: http://register.meetwindowsazure.com/
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…
Ensuring High Availability of Web Applications in Windows Azure
Deploying more than one instance of your web-facing role enforces the Windows Azure Compute Service Level Agreement (SLA). See the full blog entry from the Azure team… Click here to open link…
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…