IIS7 integrated mode MVC deploy 404 not found on some actions
- by majkinetor
Hello.
Once deployed parts of my web-application stop working. Index-es on each controller do work, and one form posting via Ajax, other then that yields 404. I understand that nothing particular should be done in integrated mode.
One interesting thing is that 1 AJAX action is working.
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.
Admins issued aspnet_regiis.exe -i
IIS 7
Any help is appreciated. Thx.
EDIT:
Noticed one very strange thing.
One ajax call works, other ajax call doesn't works as I login, but when I move to ther page and return to that one it starts working ?!
Small video of the problem is available here