以前的一个SharePoint Service 3.0的网站现在出现“An unexpected error has ocurred”错误,查找Event Viewer,也没有任何记录,如何让它显示真正的错误,解决方法如下:
修改wen.config文件,方法如下。
<SafeMode MaxControl="200" CallStack="false"
改为:
<SafeMode MaxControl="200" CallStack="true"

<customErrors mode="On" />
改为:
<customErrors mode="Off" />

相关文章:

  • 2022-12-23
  • 2021-10-11
  • 2021-12-29
  • 2021-10-21
  • 2021-09-16
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-04-02
  • 2021-06-14
  • 2022-03-10
  • 2022-01-22
  • 2022-01-13
  • 2021-07-06
相关资源
相似解决方案