windows 通过Web.config添加mimetype映射
Posted huangtailang
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了windows 通过Web.config添加mimetype映射相关的知识,希望对你有一定的参考价值。
在Web.config里添加以下代码即可
<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映射的主要内容,如果未能解决你的问题,请参考以下文章
使用 Web.config 计划任务比使用 Windows 计划任务有啥好处
[Windows Server 2008] IIS配置伪静态方法(Web.config模式的IIS rewrite)
在构建 Web 应用程序后使用 Visual Studio2010 web.config 转换