jwarzech
jwarzech

Reputation: 6665

ASP.net MVC on EC2

Does Amazon EC2 support ASP.net MVC?

Upvotes: 4

Views: 1926

Answers (3)

friism
friism

Reputation: 19279

(disclaimer, I'm co-founder of AppHarbor)

You can definitely run ASP.NET MVC applications on EC2 instances that you configure and maintain. If you don't want to deal with the hassle of installing, managing and updating servers, you should consider pushing your application to AppHarbor however. AppHarbor is a fully managed platform that runs on (and deploys applications to) Amazon EC2.

Upvotes: 1

user17060
user17060

Reputation: 412

Yes you will need to install .NET 3.5 SP1 and configure IIS6.0. But you have full control over the instance so it is all possible.

Upvotes: 3

Mauricio Scheffer
Mauricio Scheffer

Reputation: 99750

It can run full Windows Server 2003, so yes

Upvotes: 2

Related Questions