Migrating Applications to Windows Azure – Visual Studio 2010 Project Setup
Setting up the project in Visual Studio 2010 is very straight forward: Click File –> New –> Project, select Cloud , provide a Name and click OK.
Next select the type of Role you want to create. For hosting both a Silverlight client and WCF services, choose ASP.NET Web Role.
Once the Azure project is created, add a new project to the solution of type Silverlight Application.
The Silverlight application will inform you that it is going to link to the Web Role project. This is exactly what you want. Just click OK.
Your Solution Explorer should look something like this:
Return to the main page
Go to the previous section of the article
Go to the next section of the article
Comments
- Anonymous
January 04, 2010
This was an extremely helpful post and I thank you for putting it on your blog.