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
Global Windows Azure Bootcamp 2013 – Denver, CO USA
This Saturday, April 27th 2013, Microsoft will be hosting the Global Windows Azure Bootcamp at our office in Denver, Colorado. Brendon McCarthy, Joe Mayo, Bill Wegerson and I will be presenting on different topics, including hybrid cloud architectures, messaging and storage strategies. This one day deep dive class was created with developers in mind, wanting…
Microsoft’s Ballmer to Invest Billions in Cloud Data Centers – BusinessWeek
…and working every day on making easier for developers to deploy apps to the cloud. Click here to open link…
MSDN Magazine article – Comparing Windows Azure queues and Service Bus queues
In my latest MSDN Magazine article, I compare Windows Azure queues Vs. Service Bus queues from a developers perspective, showing how to perform the most basic operations: create a queue, send and receive messages, send authentication credentials to both services. I hope that you find it useful. http://msdn.microsoft.com/en-us/magazine/jj159884.aspx
MSDN Magazine – Windows 8 and Windows Azure: convergence in the cloud
I’d like to share the article that I recently wrote with my friend and colleague Bruno Terkaly for the MSDN Magazine Windows 8 special edition. We show how easy it is to write and host a REST enabled Service in Windows Azure, supporting Windows 8 applications making asynchronous calls to retrieve data. It can be…
Windows Azure Insider December 2013 – Meet the Demands of Modern Gaming with Windows Azure
For the December 2013 issue of the Windows Azure Insider column, Bruno and I write about how the public cloud can be used to create a robust backend to support multiplayer games for mobile devices, combining the power of Virtual Machines (IaaS) with Cloud Services (PaaS). The article can be found here: http://msdn.microsoft.com/en-us/magazine/dn532200.aspx Thanks for…
Hosting WCF in Windows Azure
Excellent post from Ryan Dunn explaining how to host internal WCF services using a Worker Role. Click here to open link…
