Skip to content

Instantly share code, notes, and snippets.

@BennyM
Created October 19, 2018 05:17
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 BennyM/be60ebb376f82e7e165dd5800a9e7863 to your computer and use it in GitHub Desktop.
Save BennyM/be60ebb376f82e7e165dd5800a9e7863 to your computer and use it in GitHub Desktop.
Web config for json file
<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
</system.webServer>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment