IIS Setup
When deploying Management server on Windows Server and IIS, do the following steps:
- Add the following registry entries:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HTTP\Parameters]
"MaxFieldLength"=dword:8000 (hex)
"MaxRequestBytes"=dword:8000 (hex) - Start IIS on the management server.
- Navigate to Default Web Site\core.
- In the Manage section, open Configuration Editor.
- Expand the dropdown list Section and select system.webServer\serverRuntime.
- Set the uploadReadAheadSize parameter value to 1048576.
- In the Actions section, click Apply.
- Restart the server