Bug
| Bug-ID-Nummer | BUG-000132068 |
|---|---|
| Eingereicht | July 7, 2020 |
| Zuletzt geändert | June 5, 2024 |
| Gilt für | Portal for ArcGIS |
| Gefunden in Version | 10.8 |
| Betriebssystem | Windows OS |
| Betriebssystemversion | 10.0 |
| Status | Will Not Be Addressed |
Create a new web.config file at C:\inetpub\wwwroot where ArcGIS Web Adaptor with Portal for ArcGIS is installed using the following code snippet:
<?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-000132068
Software:
Unterstützung durch ArcGIS-Experten anfordern
Esri Support App herunterladen