- Open your MVC application in Visual Studio 2008
- Configure Visual Studio 2008 to deploy the MVC dll
- Click "Show All Files" in Solution Explorer
- Expand the References folder
- Click System.Web.Mvc reference
- In the property windows, select True in the "Copy Local" property
- Publish the application via Visual Studio 2008
- Click Build -> Publish to publish your application to our server using FTP
- Set up the directory where you uploaded the application as a web application in Control Panel
For IIS 6.0 users:
Contact technical support to configure wildcard mapping to point to asp.net for the directory where you uploaded your MVC application.