Skip to content

Instantly share code, notes, and snippets.

@gleox
Created August 27, 2018 07:15
Show Gist options
  • Save gleox/cccf166664941b5339cc4bab38b3fe1d to your computer and use it in GitHub Desktop.
Save gleox/cccf166664941b5339cc4bab38b3fe1d to your computer and use it in GitHub Desktop.
Web.config for /.well-known/ directory in an ASP.net application
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".*" mimeType="text/plain" />
</staticContent>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment