Skip to content

Instantly share code, notes, and snippets.

@stu01509
Created November 12, 2018 23:01
Show Gist options
  • Save stu01509/d6b49820fdccdaae1c29a1245b0ae48f to your computer and use it in GitHub Desktop.
Save stu01509/d6b49820fdccdaae1c29a1245b0ae48f to your computer and use it in GitHub Desktop.
Azure Add MIME TYPE Josn
<?xml version="1.0"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
</system.webServer>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment