Configure your ProjectWise connector using web.config

Like all Upland BA Insight connectors, the ProjectWise connector has a web.config file that can be used to make specific, advanced modifications to your connector.

Modifying your connector's web.config file is only done when necessary. This file does not contain settings that are commonly changed. Exercise caution when making changes to this file.

Location of Web.config File

The web.config file is located at <ConnectorInstallationFolder>\WebService\Web.config.

Web.config File Details

In the web.config file, you can find the <appSettings> section. You can use this section to fine tune advanced application settings.

  • EnumerationPageSize: This setting specifies the number of items to be returned per enumeration page. By default, this setting is set to 900.

  • APITimeoutInSeconds: This setting specifies the timeout value, in seconds, for requesting Bentley ProjectWise API calls. By default, this setting is set to 180 seconds.