Wednesday, September 16, 2009

how to enable debugging mode

lIf you did customization on SharePoint before, you will encounter the case where you have no clue on how to debug your application.

You can turn on the debug mode by changing the below setting in web.config

1. CallStack="true"
2. customerrors mode="Off"
3. compilation debug="true" batch="false"

No comments:

Post a Comment