I am developing a small web application and thinking of deploying it on amazon web service. I couldn't figure out from their online documents if it's possible to host a .net 4 \ asp.net 4 application, and if it is possible to use a free instance of mysql.

Thank you!

link|improve this question
feedback

1 Answer

up vote 4 down vote accepted

Simply enough, launching an EC2 instance will give you your own VPS that you can do whatever you want with. If you get a Windows instance, it'll be pretty easy to install .NET, assuming the OS doesn't come with it, and you can install a MySQL server on your instance too.

You might want to look into Amazon's Relational Database Service if you don't want to deal with running a MySQL server, or don't know how.

link|improve this answer
great answer, thank you James! – vondip Jan 9 '11 at 11:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.