My SharePoint Blog

Blogs On SharePoint Technologies


Search Site


My SharePoint Blog recommends any of the following books...


Recent comments

Tags

Don't show

    Categories


    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    © Copyright 2008

    How to enable debugging in WSS 3.0

    How to enable debugging in WSS 3.0 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 (C:\Inetpub\wwwroot\wss\VirtualDirectories\80):

     

    <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">

    Categories: SharePoint
    Posted by Kevin on Thursday, July 12, 2007 2:07 PM
    Permalink | Comments (0) | Post RSSRSS comment feed

    Add comment


     

    [b][/b] - [i][/i] - [u][/u]- [quote][/quote]



    Live preview

    Thursday, December 04, 2008 6:05 PM