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

avatar 2019年10月10日02:09:41 评论
使用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
avatar

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: