【发布时间】:2015-11-11 15:22:24
【问题描述】:
这是我的问题:
- 我有一个使用 iis 6 在 2003 服务器上运行的解决方案
- 每次部署解决方案时,我都必须在 iis 上配置 MIME 类型。
我已经在我的 web.config 中实现了这个,但它似乎不能正常工作。
<staticContent>
<remove
fileExtension=".json" />
<mimeMap
fileExtension=".json"
mimeType="application/json" />
</staticContent>
是否有全局设置方法?
【问题讨论】:
标签: json web-config iis-6 mime-types windows-server-2003