Search code examples
c#asp.net-mvclinq-to-sqlmigrationazure

Live, shared hosted, ASP.NET MVC site migration to Windows Azure


I have an existing ASP.NET MVC based website. Very typical: XHTML, CSS, jQuery, C#, LINQ2Sql. Web.config tells app where to connect for SQL database.

Are typical websites like this easy to port to Windows Azure? What sort of headaches should I be ready for if I decided to do this?

It's not necessary at this time, but I'm planning for when I need to get the site ready for scaling. Thanks in advance!


Solution

  • i just found these two links that seem helpful for ASP.NET. Plus two more for SQL Azure.