Wednesday, March 4, 2009

Enabling detailed errors in Sharepoint

In order to enable detailed error messages on a Sharepoint developer VPC, make following changes in web.config:

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

2. <customErrors mode="On" />

3. <compilation batch="false" debug="true">

No comments:

Post a Comment