IIS不能下载EXE的解决方法
windows2000下下载文件正常,但就是不能下载EXE文件,查遍网络都是在IIS服务器属性里找到MIME类型,加.exe 类型 application/octet-stream 等常识性的解决方法。按照网上介绍的方法仍然无法下载。 最后发现是URLSCAN造成,找到windows\system32\inetsrv\urlscan 下面的urlscan.ini文件,将Deny executables that could run on the server下面的.exe注释掉,保存,问题解决。 ; Deny executables that could run on the server |