Enable MOSS Show Detail Error Message On Page
转自:http://www.cnblogs.com/jianyi0115/archive/2007/09/26/906948.html
methods for view error message of moss :
1) the event log -- application.
2)through the central administration , config the log settin, and then view the log file in .
3)chang the web.config and enable detail exception info display on page:
<customErrors mode="Off" />
<compilation batch="false" debug="true"><SafeMode MaxControls="200" CallStack="true" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="true">
Resource for moss :
http://www.codeplix.com/
Recomand Moss Book :
sharepoint Products and Technologic.
Office Sharepoint 2007.
Window Sharepoint Service 3.0.
This posting is provided "AS IS" with no warranties, and confers no rights.