SharePoint enable debugging - Debugger must be enabled in web.config error
Modify the web.config file usually located
C:\inetpub\wwwroot\wss\VirtualDirectories\80
C:\inetpub\wwwroot\wss\VirtualDirectories\80
<configuration>
<SharePoint>
<SafeModeCallStack="true" />
</SharePoint>
<system.web>
<customErrorsmode="Off" />
<compilationdebug="true" />
</system.web>
</configuration>
Comments
Post a Comment