Home > Blogs > jlee
Sharepoint Development: Enable Debugging
Posted: Tuesday, November 11, 2008 11:07 AM
by
jlee
Filed under: SharePoint
Note to self – Before developing on SharePoint, always enable debugging on the development machine to see a “little” more verbose error messages. Edit the web.config and change the following:
<SafeMode MaxControls="200" CallStack="false" ...> <!-- Becomes -->
<SafeMode MaxControls="200" CallStack="true" ...>
<customErrors mode="On" /> <!-- Becomes -->
<customErrors mode="Off" />
<compilation batch="false" debug="false"> <!-- Becomes -->
<compilation batch="true" debug="true">
Comment Notification
If you would like to receive an email when updates are made to this post, please register here
Subscribe to this post's comments using