如何查看SharePoint未知错误

修改Web应用程序根目录上的Web.config文件中的两个地方:
查找以下位置并更改即可(红色为更改前后的值)
一、MaxControls="200" CallStack="false"   改为  MaxControls="200" CallStack="true"
二、customErrors mode="On"  改为  customErrors mode="Off"

 

或者去

C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\LOGS 查看

posted @ 2010-03-05 16:05  poisson_notes  阅读(238)  评论(0编辑  收藏  举报