Pirzada
Pirzada

Reputation: 4713

EC2 need suggesstion for MVC3 support

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

Answers (1)

The Internet
The Internet

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

Related Questions