Reputation: 6665
Does Amazon EC2 support ASP.net MVC?
Upvotes: 4
Views: 1926
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
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