Adding few more MIME type for default web.config file
As I have register the my domain and take the space. I have problem to access .json and .woff file on my domain.
Please add these 2 MIME type on web.config file on root server.
As my initial investigation, web server is run on Microsoft IIS 7.5. and its need to required some MIMEs type to run for additional functionality.
So I request you to please add these below lines somewhare inside "<system.webServer>" tag.
<staticContent>
<mimeMap fileExtension=".json" mimeType="application/json" />
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
</staticContent>
Thanks
Sunil Gupta
Unfortunately, we have to close your request, because over the years it has not become quite popular for further implementation.
—
IG