Sharepoint Debug Settings


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

Advertisement

About bpostaci
Escalation Engineer in Microsoft.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

%d bloggers like this: