Why does not Asp.net mvc application work on Asp.Net Classic Application Pool?
- by Amitabh
I have an Asp.Net MVC 2 web application deployed on IIS 7.5 on .Net 4.0. When I select application pool as Asp.Net v4.0 Classic I get the following error.
HTTP Error 403.14 - Forbidden
The Web server is configured to not list the contents of this directory.
The same application works fine when I select application pool as Asp.Net v4.0 Integrated. Does anyone know what is the reason for this?