标签:
<configuration>
<system.webServer>
<staticContent>
<!-- remove first in case they are defined in IIS already, which would cause a runtime error -->
<remove fileExtension=".woff" />
<mimeMap fileExtension=".woff" mimeType="application/font-woff" />
</staticContent>
</system.webServer>
- </configuration>
windows 通过Web.config添加mimetype映射
标签:
原文地址:http://www.cnblogs.com/huangtailang/p/24bf21f30dcb570113e8633ebd78840b.html