The ConnectionStrings section must supply the connection string information to connect to the desired OnBase system.
The following settings are available:
Setting |
Description |
---|---|
ConnectionString |
The connection string for connecting to the desired OnBase system. For example: "ConnectionString": "Server=[server\instance];database=[DBName];User Id=[username];Password=[password];", Note:
For more information on building a valid connection string, see the documentation for your database provider. |
ProviderName |
The database provider used by the desired OnBase system. The following options are available:
For example: "ProviderName": "System.Data.SqlClient", |