码迷,mamicode.com
首页 > 其他好文 > 详细

使用IE插件不能打开的解决

时间:2017-07-02 22:05:07      阅读:115      评论:0      收藏:0      [点我收藏+]

标签:classic   int   rate   remove   add   nbsp   ssi   handler   and   

使用IE插件不能打开的解决
 
1、加
     <add key="TamperProofCommunication" value="false" />
2、替换
<location path="Default Web Site">
    <system.webServer>
      <handlers>
        <remove name="rules-Integrated" />
        <remove name="LimsExtension64" />
      </handlers>
    </system.webServer>
  </location>
     为:
<location path="Default Web Site">
          <system.webServer>
               <handlers>
                    <remove name="ASPClassic" />
                    <remove name="LimsExtension64" />
               </handlers>
          </system.webServer>
     </location>
 
 
位置:
C:\inetpub\wwwroot\???\web.config

使用IE插件不能打开的解决

标签:classic   int   rate   remove   add   nbsp   ssi   handler   and   

原文地址:http://www.cnblogs.com/chenjx/p/7107286.html

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