Modifications to web.config for Debugging SharePoint Components
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.
This blog is inactive.
New blog: EricWhite.com/blog
<configuration>
<SharePoint>
<SafeModeCallStack="true" />
</SharePoint>
<system.web>
<customErrorsmode="Off" />
<compilationdebug="true" />
</system.web>
</configuration>
Comments
- Anonymous
November 07, 2008
PingBack from http://blogs.msdn.com/ericwhite/archive/2008/10/20/eric-white-s-blog-s-table-of-contents.aspx