.net - Host ASP.NET Application in Amazon Web Service -


i have asp.net c# application , want host in cloud using amazon web service , ms sql 2008 database. should host application in cloud ? suggestion appreciated. guys ...

i highly recommend elastic beanstalk new in aws. easy start , gives lot's of managed service.

in case:

here start: creating , deploying elastic beanstalk applications in .net using aws toolkit visual studio

what don't see: out of box solution. can choose between 1 instance , ha setup. can have several (dev,test,prod) systems. easy manage them. follows of aws architectural, security best practices default.

personal note: i'm using visual studio + aws plugin + visual studio online + elastic beanstalk current project. works well!


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -