How to enable Sharepoint debug logging

Open the web.config file from the website you want to debug.
Change these entries:

<SafeMode MaxControls="200" CallStack="true" ...>

<customErrors mode="Off" />

<compilation batch="true" debug="true">

No comments: