In order to check whether my ASP.NET MVC application will run on my host. I tried deploying an ASP.NET MVC application with just one controller and one view. I have copied all the necessary files in the bin directory which are as following:
- Microsoft.Web.Infrastructure
- System.Web.Helpers
- System.Web.Mvc
- System.Web.Razor
- System.Web.WebPages.Deployment
- System.Web.WebPages
- System.Web.WebPages.Razor.
Other than above files, following files are included
However, I still get an 404 error. This is the URL http://jan-lokpal.rdinvent.com/Home/Index
What else do I need to copy or am I missing something? This is a windows hosting account only.
I tried contacting the support but they are not available.