How to enable debugging in WSS 3.0

How to enable debugging in WSS 3.0

  • Comments 3

Renaud Comte has a great tip on how to get the full ASP.NET errors appearing in WSS 3.0.

The detail is to add the following item to your Web.Config:

<SafeMode MaxControls="200" CallStack="false" ...> <!-- Becomes -->

<SafeMode MaxControls="200" CallStack="true" ...>

 

<customErrors mode="On" /> <!-- Becomes -->

<customErrors mode="Off" />

 

<compilation batch="false" debug="false"> <!-- Becomes -->

<compilation batch="true" debug="true">

Check Renaud's blog post here.

Leave a Comment
  • Please add 3 and 5 and type the answer here:
  • Post
  • I have made the recommended changes now we are receiving the following error message

    Unable to read the security policy file for trust level 'WSS_Medium'

  • ranyn1

    now do this

    <!--<trust level="WSS_Minimal" originUrl="" />-->

       <trust level="Full" originUrl="" />

  • Done whatever said. Now getting the following error. what does error referes to?

    Unknown SPRequest error occurred. More information: 0x80070002

Page 1 of 1 (3 items)