Welcome to MSDN Blogs Sign in | Join | Help
Modifications to web.config for Debugging SharePoint Components

[Blog Map] 

WSS normally provides error messages intended for end users.  Modifying web.config enables debugging support and error messages that contain stack traces.  No news here.  I’m posting this snippet of web.config so that I can always find it when I need it.

<configuration>

  <SharePoint>

    <SafeMode CallStack="true" />

  </SharePoint>

  <system.web>

    <customErrors mode="Off" />

    <compilation debug="true" />

  </system.web>

</configuration>

Posted: Thursday, October 02, 2008 1:39 AM by EricWhite
Leave a Comment

(required) 

(required) 

(optional)

(required) 

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker