手机版 | 登录 | 注册 | 留言 | 设首页 | 加收藏
联系客服
当前位置: 网站首页 > 程序技巧 > asp > 文章 当前位置: asp > 文章

iis允许无后缀文件访问

时间:2023-03-12    点击: 次    来源:网络    添加者:佚名 - 小 + 大

web.config配置如下

<?xml version="1.0" encoding="UTF-8"?>
  <configuration>
    <system.webServer>
      <staticContent>
        <mimeMap fileExtension="." mimeType="text/plain" />
      </staticContent>
    </system.webServer>
  </configuration>
<?xml version="1.0" encoding="UTF-8"?>
  <configuration>
    <system.webServer>
      <staticContent>
        <mimeMap fileExtension="." mimeType="text/plain" />
      </staticContent>
    </system.webServer>
  </configuration>


fileExtension="."表示无后缀文件,mimeType="text/plain"这里根据实际情况配置,我这里因为是要访问一个无后缀的json文件,就设置为text/plain
如果想让文件被下载,则mimeType设置为application/octet-stream
还有个强制下载类型:application/force-download

分享按钮

上一篇:access改mdb为asp所带来的灾难 附mdb防下载方法

下一篇:把aspnet_client目录(网站原来没有),拷贝到网站的根目录下

豫ICP备19032584号-1  |   QQ:80571569  |  地址:河南濮阳市  |  电话:13030322310  |  
Copyright © 2024 FE内容付费系统 版权所有,授权www.xingwp.cn使用 Powered by 66FE.COM