Does Azure only support ASP.NET MVC applications and if so how should I adapt my design?
- by RPK
I am writing a small ASP.NET Web Application. My worries are that I want to keep the architecture same giving me the option to install it on an Intranet or on a Cloud Platform.
I am not using MVC but lately learned that Azure only supports ASP.NET MVC applications.
I want to know whether ASP.NET Web Forms application work on Azure/AppHarbor or not.
Do I need to convert this application to MVC if Web Forms is not supported?
Will the same application run on Intranet as well?