Skip navigation

JSI Tip 10028. You cannot use IIS Manager to configure the logging settings for the ADFS (Active Directory Federation Services) Web Agent in Windows Server 2003 R2?

To configure the logging settings for this Windows NT token-based application:

1. Open a CMD.EXE window.

2. Type the following commands, pressing Enter after each line:

REG ADD HKLM\SYSTEM\CurrentControlSet\Control\Lsa\WebSso\Parameters /V DebugLevel /T REG_DWORD /F /D 0xFFFFFFFF
REG ADD HKLM\SYSTEM\CurrentControlSet\Services\ifssvc\Parameters /V DebugPrintLevel /T REG_DWORD /F /D 0xFFFFFFFF
REG ADD HKLM\SOFTWARE\Microsoft\ADFS\WebServerAgent /V DebugPrintLevel /T REG_DWORD /F /D 0xFFFFFFFF



Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish