Posts

Showing posts from 2012

How to migrate your ASP.NET site to the Azure cloud

Image
Cloud  computing is one of the hot topics of 2011 with those willing to make the jump to a cloud-based solution finding financial savings in this new approach as well as, in many cases, better fault tolerance and a more responsive service turnaround in many cases. However, what many developers may not realise is just how straightforward it can be to migrate a web site from a local or hosted server into the cloud. To demonstrate, this article will show you how to upgrade and deploy an existing  ASP.NET  3.5 or 4.0 web application to the Windows  Azure  cloud platform. We will cover: The SDKs and tools to be installed on your machine before you can continue How to set up your Windows Azure instance in preparation for the application How to alter the application so that it will function in the cloud How to deploy the application to Windows Azure I’m going to assume that you’re already familiar with the  .NET  framework, that you know what the Windows Azure platform is, and