不具合
| 不具合 ID 番号 | BUG-000132068 |
|---|---|
| 送信されました | July 7, 2020 |
| 最終更新日 | June 5, 2024 |
| 適用対象 | Portal for ArcGIS |
| 見つかったバージョン | 10.8 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 |
| ステータス | 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>
不具合 ID: BUG-000132068
ソフトウェア:
ArcGIS エキスパートのサポートを受ける
Esri Support アプリのダウンロード