After the deployed parts of my web application will stop working. Indexes on each controller work, and one form of placement through Ajax, Input works too. Another thing that gives 404. I understand that nothing special needs to be done in integrated mode.
I do not know how to continue troubleshooting.
Some information:
- An application uses the default application pool installed in integrated mode.
- WebApp runs in a 3.5 network environment.
- I use the default routing model.
- OS is Windows Server 2008.
- IIS 7
Any help is appreciated. thanks.
EDIT: I decided that only actions that take an ID parameter do not work. Conversely, when I add a dummy identifier method to the default MVC Home Application Controller, it works.
EDIT 2: I found a problem. Links on several pages of the site did not use the ActionLink Assistant. It was harder to see due to the Ajax call. Thus, never hard code refers to actions on the site, even temporary ones.
model-view-controller iis-7 deploying
majkinetor
source share