When I set runAllManagedModulesForAllRequests=false to increase MVC performance the MVC stops executing Actions like [ActionName("membership.asp")]. I get 404 error on IIS7.5.
Any idea how to solve this?
When I set runAllManagedModulesForAllRequests=false to increase MVC performance the MVC stops executing Actions like
Share
I have found the solution by myself. Just need to add extension to web.config file which should be handled by MVC.