II7 integrated mode MVC deploy 404 not found on "non-Index" actions
- by majkinetor
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.