Skip to content

Nice looking directory listing in IIS, replacing default DirectoryListingModule. Originally released by http://mvolo.com.

Notifications You must be signed in to change notification settings

StealthyDev/DirectoryListingModule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Nice looking directory listing in IIS, replacing default DirectoryListingModule. Originally released by http://mvolo.com.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published