I have an existing ASP.NET MVC website. Very typical: XHTML, CSS, jQuery, C #, LINQ2Sql. Web.config tells where the application is for connecting the SQL database.
Are typical websites such as this easy to port to Windows Azure? What headaches should I be prepared for if I decide to do this?
This is not necessary at this time, but I plan when I need the site to be ready for scaling. Thanks in advance!
source
share