Configure your BackStage connector using web.config
Like all BA Insight connectors, the Backstage 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.