views:

118

answers:

1

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!

+1  A: 

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

Junto
thanks for the links... very nice articles.
Chad