II7 integrated mode MVC deploy 404 not found on "non-Index" actions

Posted by majkinetor on Stack Overflow See other posts from Stack Overflow or by majkinetor
Published on 2010-04-07T14:49:08Z Indexed on 2010/04/07 14:53 UTC
Read the original article Hit count: 155

Filed under:
|

Hello.

Once deployed parts of my web-application stop working. Index-es on each controller do work, other then that yields 404. I understand that nothing particular should be done in integrated mode.

I don't know how to proceed with troubleshooting.

Some info:

  • App is using default app pool set to integrated mode.
  • WebApp is done in net framework 3.5.
  • I use default routing model.
  • Along web.config in root there is web.config in /View folder referencing HttpNotFoundHandler.
  • OS is Windows Server 2008.

Any help is appreciated. Thx.

© Stack Overflow or respective owner

Related posts about mvc

Related posts about deploying