Vorheriges Thema: Enabling Session State on Microsoft Windows SharePoint

Nächstes Thema: Adding Web Parts to the SharePoint Server Pages

Specifying Organization Name and Oblicore CA Business Service Insight™ Website Root Path

To specify the CA Business Service Insight organization name (which is the same for all SharePoint users) and the CA Business Service Insight website root path (used as the default path, unless the SharePoint administrator changes it in the specific web part settings), the following settings should be added into SharePoint web.config file just before the </configuration> closing tag at the end of the file:

 <appSettings>
    <add key="InsightOrganizationName" value="Organization_Name" />
    <add key="OGURL" value="http://path_to_oblicore_website_root" />
  </appSettings>

Note: If the AppSettings section already exists in the web.config file, just add the key - do not duplicate the AppSettings section. If you have several SharePoint sites, repeat for each of the sites.