When you encounter an issue, enable verbose mode for each web service, retry the operation, and then review the messages that appear in each log file. There are different log levels available for NES, they are Critical, Error, Warning, Information, and Verbose, listed in the order of increasing level of details provided in the logs.
<system.diagnostics>
<switches>
<add name=”Global” value=”Verbose” />
<add name=”Authentication” value=”Verbose” />
</switches>
<system.diagnostics>
2. Edit the C:\inetpub\wwwroot\nes_service_name\nenrollment\web.config file, and in the <system.diagnostics> section, change the value for each add name parameter from Information to Verbose.
<system.diagnostics>
<switches>
<add name=”Global” value=”Verbose” />
<add name=”Authentication” value=”Verbose” />
<add name=”CertificateEnrollment” value=”Verbose” />
</switches>
<system.diagnostics>
3. Edit the C:\inetpub\wwwroot\nes_service_name\authenticationservice\web.config file, and in the <system.diagnostics> section, change the value for each add name parameter from Information to Verbose.
<system.diagnostics>
<switches>
<add name=”Global” value=”Verbose” />
<add name=”Authentication” value=”Verbose” />
<add name=”CertificateEnrollment” value=”Verbose” />
</switches>
<system.diagnostics>
Comments
0 commentsPlease sign in to leave a comment.