正常安装WSS后,出现错误“Web 部件错误:此网页存在致命错误。如果问题依然存在,请与系统管理员联系。”。反复重装N次,后经过搜索,终于解决。
 不敢独享。

  在IIS根目录下修改web.config:

<pages enableSessionState="false" enableViewState="true" enableViewStateMac="true" validateRequest="false">
<trust level="Full" originUrl="" processRequestInApplicationTrust="false" />



参考网页:http://webservertalk.com/message1467279-1.html

相关文章:

  • 2021-04-07
  • 2022-01-10
  • 2021-05-15
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-12
  • 2022-12-23
猜你喜欢
  • 2021-07-26
  • 2022-12-23
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2021-05-18
  • 2021-09-05
相关资源
相似解决方案