Products and Services
Graffiti CMS
Learn more about our simple content publishing platform.
Harvest Reporting Server
Get business intelligence tools for measuring online behavior.
Professional Services
Consulting, creative, and Web services from the people who know Community Server best.
Solutions
Telligent
Learn more about our team at Telligent.com.
 

Enabling Exception Logs

Exception logging is disabled by default.  To enable it edit the communityserver.config in the root of your web site in a plain text editor like Notepad.

Procedure

  1. Locate the line in the core section near the start of the file:

enableExceptionLogging = "false"

  1. Change the line to:

enableExceptionLogging = "true"

  1. Save the file.

In order for the change to take effect you must touch the web.config file.