Skip to content

Instantly share code, notes, and snippets.

@rogeriopradoj
Forked from sayedihashimi/web.config
Created August 8, 2018 17:09
Show Gist options
  • Save rogeriopradoj/ba62c4f0f0ee395c7145c7efa2ba79c6 to your computer and use it in GitHub Desktop.
Save rogeriopradoj/ba62c4f0f0ee395c7145c7efa2ba79c6 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