Reputation: 4713
I want to move my projects to EC2 and need suggestion if EC2 support my project.
Basic Requirement:
1 - MVC3
2 - EntityFramework
3 - SQLServer R2
4 - FullTrust
5 - .NET 3.5/4
and which service should I go for?
Upvotes: 2
Views: 275
Reputation: 8123
I would use AppHarbor.com. It has all of the features you mentioned (it's also cloud based) and it's free. https://appharbor.com/ You can also integrate this with Amazon via the Amazon SDK API. (You can acquire this .dll via Nuget Package Manager) - This way you can manage all your files in S3 and deliver javascript via a Content Delivery Network if you wanted.
Upvotes: 3