Bug
| Bug-ID-Nummer | BUG-000124630 |
|---|---|
| Eingereicht | August 19, 2019 |
| Zuletzt geändert | February 7, 2025 |
| Gilt für | Portal for ArcGIS |
| Gefunden in Version | 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:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen