views:

1062

answers:

1

I have created an Asp.net MVC2 application in VS2008. When i am running the website on internal server its working fine. But when i created a virtual directory for the website on local IIS6, its giving me error

Directory Listing Denied This Virtual Directory does not allow contents to be listed.

How can i deploy the asp.net MVC site on local IIS6????

thanks

+1  A: 

I think this article may be useful to you

http://haacked.com/archive/2008/11/26/asp.net-mvc-on-iis-6-walkthrough.aspx

pdr