Tuesday, February 12, 2008

Get rid of SharePoint Error page

Sometimes it is necessary to get the real ASP.NET Error message instead of a nice formated SharePoint error message like this one:



You can change the web.config file of your SharePoint site to display ASP.NET error messages by changing the following
  • <sharepoint><safemode maxcontrols="200"><callstack="true" ...
  • AND <system.web><customerrors mode="Off" ...

Et Voila:



No comments: