HTTP Request Timeout
Administrators can set a time limit on HTTP requests from Accela GIS
Admin site to retrieve and access map services. The timeout setting
is defined in the webconfig.file
on the Accela GIS IIS server. The default timeout setting is 30 seconds.
To set the HTTP request timeout:
- Locate and open the
webconfig.file
on the Accela GIS IIS server. - Under the
<appSettings>
section, add or edit theHTTPRequestTimeout
parameter. Specify the timeout value in seconds. The following example shows the default timeout value of 30 seconds:<add key="HTTPRequestTimeout" value="30" />
- Save the changes. The web application restarts
automatically after updating the
web.config
file.