Skip to content

Instantly share code, notes, and snippets.

@sayedihashimi
Created March 28, 2012 00:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save sayedihashimi/2222167 to your computer and use it in GitHub Desktop.
Save sayedihashimi/2222167 to your computer and use it in GitHub Desktop.
How to enable directory browsing in web.config
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<directoryBrowse enabled="true" />
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment