<system.webServer>
<staticContent>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/x-woff" />
</staticContent>
</system.webServer>
在 system.webServer 中增加 woff 的相应信息即可
原文:http://www.cnblogs.com/yejiansnake/p/3932700.html