打开下面path的web.config文件:
C
:\Program Files\Common Files\Microsoft Shared\Web ServerExtensions\12\TEMPLATE\LAYOUTS



修改:
<system.web>
...
 <customErrors mode="Off" />
...
</system.web>

如果没有就添加:
<SharePoint>

<SafeModeMaxControls="200" CallStack="true" DirectFileDependencies="10"TotalFileDependencies="50"AllowPageLevelTrace="false"/>

</SharePoint>





相关文章:

  • 2022-02-20
  • 2022-01-09
  • 2021-04-20
  • 2021-10-04
  • 2021-12-27
  • 2021-09-11
  • 2022-12-23
猜你喜欢
  • 2021-07-06
  • 2021-10-21
  • 2021-10-28
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案