您的位置:首页 > 编程语言 > ASP

ASP.NET 发布到IIS后支撑woff 的解决方案

2014-08-24 13:05 155 查看
<system.webServer>
<staticContent>
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/x-woff" />
</staticContent>
</system.webServer>

在 system.webServer 中增加 woff 的相应信息即可
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: