I have seen enough people ask about running ASP.NET MVC Web Applications in Windows Azure that I thought I’d put together a short, quick webcast that shows exactly the steps you need to take. With the further ado …



[
![Get Microsoft Silverlight]()
](http://go2.microsoft.com/fwlink/?LinkID=124807)
Before you try this yourself, make sure you satisfy the following dependencies:
Visual Studio 2008 with SP1
Microsoft ASP.NET MVC
For those of you that have no desire to watch a four minute video, and would rather have a quick walkthrough, here you go:
Create a blank cloud services project. Do not add any roles to the project.
Add a new ASP.NET MVC Web Application to the solution.
Add the ASP.NET MVC Web Application as a web role in the cloud services project.
Add the Microsoft.ServiceHosting.ServiceRuntime.dll assembly to the ASP.NET MVC Web Application.
Set the following MVC assemblies to Copy Local True.
* System.Web.Abstractions
* System.Web.Mvc
* System.Routing
I hope this helps!