Blog - Title

Modifications to web.config for Debugging SharePoint Components

Modifications to web.config for Debugging SharePoint Components

  • Comments 1

[Blog Map]  This blog is inactive.  New blog: EricWhite.com/blog

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>

Leave a Comment
  • Please add 4 and 8 and type the answer here:
  • Post