Concerns on first ASP.NET cloud application

Posted by RPK on Programmers See other posts from Programmers or by RPK
Published on 2012-09-03T18:50:02Z Indexed on 2012/09/03 21:48 UTC
Read the original article Hit count: 349

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

Related posts about ASP.NET

Related posts about cloud-computing