SharePoint enable debugging - Debugger must be enabled in web.config error

Modify the web.config file usually located 
C:\inetpub\wwwroot\wss\VirtualDirectories\80

<configuration>
  <SharePoint>
    <SafeModeCallStack="true" />
  </SharePoint>
  <system.web>
    <customErrorsmode="Off" />
    <compilationdebug="true" />
  </system.web>
</configuration>

Comments

Popular posts from this blog

Export Data from AX 2012 - using DIXF (Data Migration Framework)

The virtual path maps to another application, which is not allowed