Feb 7, 2008

Show error details on MOSS / WSS site

Follow these easy steps

  1. Start > Run > inetmgr
  2. Right click on web application for which you want to enable error details.
  3. ASP.NET Tab, copy file location for web.config file
  4. Open file in notepad
  5. Make following changes

Old Value

New value

<SafeMode MaxControls="200" CallStack="false"><SafeMode MaxControls="200" CallStack="true">
<customErrors mode="On" /><customErrors mode="Off" />
<compilation batch="false" debug="false"><compilation batch="true" debug="true">




2 comments:

Unknown said...

Thanks for making a simple process simple to understand!

I've seen a few other blogs on this topic and they do not explain it as well as you.

Nice one!

Marshal Nagpal said...

your welcome steve