vote up 0 vote down star

Hi,

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?

flag
Do you have the site set up as an application associated with an app pool? – tvanfosson Sep 10 at 0:59
Yes. The application has app pool. – phosty Sep 10 at 1:02

1 Answer

vote up 0 vote down

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.

link|flag
I have tried to use ASP .NET Routing Debugger but I am getting the same error (Not Found). – phosty Sep 10 at 8:16
Ok, then something really isn't wired up correctly. It sounds like you perhaps put the files in the wrong place or the site isn't configured correctly somehow. – Wyatt Barnett Sep 10 at 15:49

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.