asp.net mvc 2 web application inside a Web site?

Posted by Amitabh on Server Fault See other posts from Server Fault or by Amitabh
Published on 2010-06-11T09:09:21Z Indexed on 2010/06/11 9:13 UTC
Read the original article Hit count: 392

Filed under:
|
|

I have a Asp.Net Web Site deployed as a WebSite inside IIS 7.5.

http://localhost/WebSite

Then I have a second Asp.Net MVC 2 web application which is deployed as Sub Application inside the above WebSite. So the mvc aplication should work on the following Url.

http://localhost/WebSite/MvcApp/

The web site works fine but when I browse the mvc Url http://localhost/WebSite/MvcApp/

It gives following error.

HTTP Error 403.14 - Forbidden The Web server is configured to not list the contents of this directory.

© Server Fault or respective owner

Related posts about iis

Related posts about ASP.NET