Chaddeus
Chaddeus

Reputation: 13356

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!

Upvotes: 3

Views: 280

Answers (1)

Rebecca
Rebecca

Reputation: 14402

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

Upvotes: 1

Related Questions