Does Azure only support ASP.NET MVC applications and if so how should I adapt my design?
Posted
by
RPK
on Programmers
See other posts from Programmers
or by RPK
Published on 2012-09-03T18:50:02Z
Indexed on
2012/09/04
15:52 UTC
Read the original article
Hit count: 394
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?
© Programmers or respective owner