Set up a Common AgilePoint Configuration List

By default, each SharePoint site collection has its own AgilePoint Configuration List. However, you can define one common AgilePoint Configuration List that can be used across all SharePoint site collections.

Prerequisites

Navigation

  1. Navigate to SharePoint Central Administration on your SharePoint site.
  2. In a text editor, open the SharePoint Web Application web.config file.

Instructions

Modify the web.config as follows:

<appSettings>
    <add key="APSettingsListName" value="AgilePoint Configuration" />
    <add key="APSettingsSiteUrl" value="http://demo3:8081" />
    <add key="APSettingsWebName" value="" />
</appSettings>

Where: