PreviousNext

Migrate Existing ASP.NET Website to Azure Cloud Services

by bill-s, 2015-12-19T10:00:59.000Z

Do you have an existing ASP.NET website that you'd like to deploy on Azure and get the benefits of Azure's Platform as a Service capabilities? The easiest and quickest option is to use Azure Web Apps. Azure Web Apps gives you create flexibility but it does not allow you to customize the underlying operating system that much. For instance, if your existing ASP.NET website has a dependency on applications being installed into the web server, Web Apps may not be the best option.

Read More