How to enable directory browsiing in IIS7?
Posted
by
frankadelic
on Server Fault
See other posts from Server Fault
or by frankadelic
Published on 2010-06-22T21:47:34Z
Indexed on
2010/12/30
17:56 UTC
Read the original article
Hit count: 268
How I enable directory browsing in IIS7?
MS technet says this can be done in the IIS console:
Open IIS Manager and navigate to the level you want to manage.
In Features View, double-click Directory Browsing.
In the Actions pane, click Enable if the Directory Browsing feature is disabled and you want to enable it. Or, click Disable if the Directory Browsing feature is enabled and you want to disable it.
http://technet.microsoft.com/en-us/library/cc731109%28WS.10%29.aspx
However, my IIS console doesn't have the Directory Browsing option mentioned in Step 2.
How can this option be made available.
Note, this is for a static HTML site, so I don't have any web.config or ASPX files.
© Server Fault or respective owner