Reputation: 11
I have developed my application in C# (asp.net) using Microsoft Visual Studio 2008 and SQL Server 2005. Can i deploy it using Windows Azure? Also can i migrate the same code from Visual Studio 2008 to 2010 and the same for SQL Server 2005 and 2005 ? Thank You
Upvotes: 1
Views: 114
Reputation: 18474
This is an older post but should get you pointed in the right direction:
And yes, you should be able to migrate your solution from VS 2008 to 2010. VS will run a conversion wizard and notify you of any changes.
Upvotes: 1