不具合
| 不具合 ID 番号 | BUG-000124630 |
|---|---|
| 送信されました | August 19, 2019 |
| 最終更新日 | February 7, 2025 |
| 適用対象 | Portal for ArcGIS |
| 見つかったバージョン | 10.7.1 |
| ステータス | 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>
不具合 ID: BUG-000124630
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード