Skip to main content
Version: Axidian Privilege 3.2

IIS Setup

When deploying Management server on Windows Server and IIS, do the following steps:

  1. Add the following registry entries:
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters]
    "MaxFieldLength"=dword:8000 (hex)
    "MaxRequestBytes"=dword:8000 (hex)
  2. Start IIS on the management server.
  3. Navigate to Default Web Site\core.
  4. In the Manage section, open Configuration Editor.
  5. Expand the dropdown list Section and select system.webServer\serverRuntime.
  6. Set the uploadReadAheadSize parameter value to 1048576.
  7. In the Actions section, click Apply.
  8. Restart the server