Sharepoint Debug Settings
16/02/2010 Leave a comment
If you want to open debug messages for a sharepoint application
edit your application web.config file.
[Drive]:\inetpub\wwwroot\wss\VirtualDirectories\[YourSite]\web.config
Make CallStack true: <SafeMode MaxControls="200" CallStack="true" DirectFileDependencies="10" TotalFileDependencies="50" AllowPageLevelTrace="false"> Set debug true: <compilation batch="false" debug="true"> set mode off: <customErrors mode="Off" />
That’s all