I'm using VS2013 Express for Web + .NET 4.5 + IIS Express 8.
I followed the instructions from this SO post and added the MIME mapping to my web.config, but this has slowwwwed down my website to a crawl. Both debug and published versions are slow. Removing the mapping brings in back to normal. Does someone know what may have been causing this, or at least a method to dig it out?
My mapping is the same as given in the post I mentioned:
<staticContent>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff" />
</staticContent>