The following example illustrates the new web.config entries in context. The Application Server's web.config file contains configuration information for other OnBase services and modules, but this example displays information for only Content Connector for Microsoft SharePoint.
<configuration> <configSections> <section name="Hyland.Applications.Sharepoint.Services" type="Hyland.Applications.Sharepoint.Services.ConfigurationHandler,Hyland.Applications.Sharepoint.Services" /> </configSections> <Hyland.Applications.Sharepoint.Services> <PoolSize max="5" min="1" /> <ExpandKeysets value="true" /> </Hyland.Applications.Sharepoint.Services> ... </configuration>