Enabling security tracing for troubleshooting using .Net
.Net provides logging and tracing capabilities that can help troubleshoot configuration mistakes or other problems that might be causing authentication issues.
Error level logging is enabled by default. Trace level logging, typically needed only for troubleshooting, is disabled by default. This topic describes how to enable trace level logging to be used for troubleshooting.
Trace level log files can become very large in a short time. Typically, you will enable trace level logging only when you are troubleshooting.