Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is ASP.NET MVC on Windows Azure a sane choice for a production envirnoment?

There are quite a few blog articles describing what to do in order to get on ASP.NET MVC to run on Windows Azure. The procedure does not look too complicated, but at the same time, those articles all mention that ASP.NET MVC is not officially supported on Windows Azure. On the otherh hand, the articles I have found are quite old already ( pre March 2009)

So, I am wondering: Is / was Windows Azure simply not meant for hosting ASP.NET MVC applications as part of the concept, or is this a limitation that will disappear when they release the final version of Azure? I'd feel uneasy about hosting a production site on a plattform which is not officially supporting it...

Also, what about pricing in comparison to standard dedicated hosting? I have found this pricing table, but I it does not mention how much CPU power a standard VM in Azure has.

like image 449
Adrian Grigore Avatar asked Nov 04 '09 08:11

Adrian Grigore


People also ask

What is Azure in ASP NET MVC?

Windows Azure platform is Microsoft's cloud solution. Compared to other cloud solutions, the biggest advantage is it seamlessly integrates with Microsoft . NET Framework and the development environment, therefore, regular . NET applications can be moved to Azure effortlessly.

What is migration in ASP net MVC?

The Migrations feature enables you to change the data model and deploy your changes to production by updating the database schema without having to drop and re-create the database.


1 Answers

These days there's nothing special required to use ASP.NET MVC in Windows Azure (except to mark the MVC assembly as "Copy Always" in VS because it's not in the GAC in the cloud). Anecdotal evidence suggests that ASP.NET MVC represents a big portion (if not the majority) of applications being built for Windows Azure these days.

like image 170
user94559 Avatar answered Oct 04 '22 22:10

user94559