DiscountASP.NET Support Portal
Language
 
Home>Knowledge Base>Programming/Error Message/Sample Code>ASP.NET>General questions>How to deploy an MVC application on the DiscountASP.NET hosting platform
Information
Article ID473
Created On4/30/2009
Modified8/6/2009
How to deploy an MVC application on the DiscountASP.NET hosting platform
  1. Open your MVC application in Visual Studio 2008
  2. 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
  3. Publish the application via Visual Studio 2008
    • Click Build -> Publish to publish your application to our server using FTP
  4. 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.