Deploying ASP.NET MVC Apps on Shared Hosting

Here are the steps to deploy MVC applications to servers with shared hosting providers.

In your Hosting provider’s IIS management panel, create a sub directory and configure it as an appplication- root, so that it is recognized as an asp.net application.

Set your MVC dll’s Copy To Local property to true, so that they are copied to [...]