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:
  1. Locate and open the webconfig.file on the Accela GIS IIS server.
  2. Under the <appSettings> section, add or edit the HTTPRequestTimeout parameter. Specify the timeout value in seconds. The following example shows the default timeout value of 30 seconds:
    <add key="HTTPRequestTimeout" value="30" />
  3. Save the changes. The web application restarts automatically after updating the web.config file.