Why does not Asp.net mvc application work on Asp.Net Classic Application Pool?

Posted by Amitabh on Stack Overflow See other posts from Stack Overflow or by Amitabh
Published on 2010-06-18T14:38:27Z Indexed on 2010/06/18 14:43 UTC
Read the original article Hit count: 392

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?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc