Monday, March 23, 2015

How to allow download of .json file with ASP.NET

Add
<staticContent>
    <mimeMap fileExtension=".json" mimeType="application/json" />
</staticContent>
to web.config system.webServer section

No comments:

Post a Comment