ASP .NET MVC Deployment issue on the host

asp.net-mvciis-7

I am trying to deploy a MVC application on IIS7. The IIS is configured to integrated pipeline. When I am using the full path (for example: http://mysite/Controller/Action), I am getting – 404 Not Found.

The MVC is installed on the hosting server.

Does anyone have any idea what the problem could be?

Best Answer

It sounds like a configuration issue, but you might want to check out the ASP.NET Routing Debugger to see what the server thinks is going on.