ASP.NET 发布到IIS后支撑woff 的解决方案
1 2 3 4 5 6 |
<pre class="inline:true class:language-xml decode:1 " ><system.webServer> <staticContent> <remove fileExtension=".woff" /> <mimeMap fileExtension=".woff" mimeType="application/x-woff" /> </staticContent> </system.webServer> |
在 system.webServer 中增加 woff 的相应信息即可