码迷,mamicode.com
首页 > Web开发 > 详细

在网站中配置MIME类型

时间:2014-11-13 12:17:40      阅读:206      评论:0      收藏:0      [点我收藏+]

标签:style   blog   io   color   sp   文件   div   on   log   

 经常会遇到这样的情况,某种类型的文件不能够正常下载,*.7z,自定义的文件类型等,需要在配置文件里配置后才能正常下载。

打开Web.Config文件:

  <system.webServer>
    <staticContent>
      <remove fileExtension=".exe.config" />
      <mimeMap fileExtension=".pdb" mimeType="text/xml" />
      <mimeMap fileExtension=".config" mimeType="application/msaccess" />
      <mimeMap fileExtension=".log" mimeType="text/xml" />
    </staticContent>
  </system.webServer>

 

在网站中配置MIME类型

标签:style   blog   io   color   sp   文件   div   on   log   

原文地址:http://www.cnblogs.com/qiu2013/p/4094522.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!