Bug
| Bug ID Number | BUG-000124630 |
|---|---|
| Submitted | August 19, 2019 |
| Last Modified | February 7, 2025 |
| Applies to | Portal for ArcGIS |
| Version found | 10.7.1 |
| Status | Known Limit |
Go into the 'web.config' file within the C:\inetpub\wwwroot folder and update the code to read:
<?xml version="1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<security>
<requestFiltering>
<requestLimits maxUrl="10999" maxQueryString="9999" />
</requestFiltering>
</security>
</system.webServer>
<system.web>
<httpRuntime maxUrlLength="10999" maxQueryStringLength="2097151" />
<customErrors mode="Off" />
</system.web>
</configuration>
Bug ID: BUG-000124630
Software:
Get help from ArcGIS experts
Download the Esri Support App