Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created February 18, 2019 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/85bb273c45bc7adbe51dbb38188203ae to your computer and use it in GitHub Desktop.
Save fitomad/85bb273c45bc7adbe51dbb38188203ae to your computer and use it in GitHub Desktop.
<!-- web.config ASP.NET // IIS -->
<configuration>
<system.webServer>
<directoryBrowse enabled="true" />
<staticContent>
<clear />
<mimeMap fileExtension="*" mimeType="application/octet-stream" />
</staticContent>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment