Home > sharepoint > Displaying ASP.Net error pages in WSS

Displaying ASP.Net error pages in WSS

Normally while developing applications in WSS, if any error occured, the WSS will give it’s own error page, and it contains nothing much information about the error, like unexpected error occured. To enable to view the ASP.Net error page we need to modify the web.config in the Root directory. Change the customErrors mode from “On” to “Off” or “RemoteOnly”. And change the CallStack attribute of SafeMode tag from “false” to “true”. Then if an error occurs it WSS will give the exact error.

Categories: sharepoint Tags:
  1. No comments yet.
  1. No trackbacks yet.