Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 968 Bytes

ReadMe.md

File metadata and controls

21 lines (19 loc) · 968 Bytes

DirectoryListingModule for IIS

Nice looking directory listing in IIS, replacing default DirectoryListingModule.

Credits

Original author: Mike Volodarsky Source: http://mvolo.com/get-nice-looking-directory-listings-for-your-iis-website-with-directorylistingmodule/

How to use in IIS 7.5 or above (might work in IIS7)

  • Install IIS
    • Security - enable Windows Authentication
    • Common HTTP - enable WebDav publishing
    • Install ASP.net
  • Run following command as Administrator %windir%\System32\inetsrv\appcmd set module DirectoryListingModule /lockItem:false
  • At the site level
    • Disable all authentication methods except Windows Authentication
    • Change the IIS DefaultAppPool identity from ApplicationPoolIdentity to LocalSystem
    • Enable WebDav Authorizing rules in root
  • Add an IIS virtual directory pointing to a local physical path.
    • Enable directory listing in virtual directory
    • Add authorizing rule in the virtual directory