Depending on the behavior you are researching, you may want to enable logging for several types of messages. The following sections describes the message types that the Diagnostics Service and Console can log and how to enable logging for each message type.
Typically, logging for .NET-based applications like the Web Client is enabled in the applications' configuration (.config) files. For example, logging for the Web Client is enabled in the Web Server's Web.config file. An application's configuration file typically resides in the same directory as the application's executable and uses the following naming convention: Executable.Name.exe.config.