How to get asp.net error message stack trace in sharepoint web application

by Waqas 8/17/2008 3:19:00 PM

In Sharepoint, if you want to get the real yellow ASP.Net page with the real error message, just update your web.config:

<SafeMode MaxControls="200" CallStack="false" ...> <!-- should be--> <SafeMode MaxControls="200" CallStack="true" ...>
 
<customErrors mode="On" /> <!-- should be--> <customErrors mode="Off" />
 
<compilation batch="false" debug="false"> <!-- should be--> <compilation batch="true" debug="true">

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags:

SharePoint

Related posts

Add comment


(Will show your Gravatar icon)  

  Country flag

biuquote
  • Comment
  • Preview
Loading




Tags

© Copyright Beyond Web Logs.


Recent comments

Disclaimer

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

© Copyright 2008

Sign in