Modify Application Settings in the Web.Config File - Agenda - English - Foundation 22.1 - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

Agenda

Platform
OnBase
Product
Agenda
Release
Foundation 22.1
License
Standard
Essential
Premier

Once the Agenda Online application is installed, and you have created an agenda user, the web.config file must be updated to provide the proper credentials for access to the system.

To update the web.config file:

  1. Open the web.config from the OnBase AgendaOnline directory.
  2. Search for the <appsettings> section.
  3. Modify the following settings to set up your credentials:
    • <add key="SessionUser" value="" />. Enter the OnBase user that has an account set up to access OnBase.

    • <add key="SessionPassword" value="" />. Enter the password of the user established as the session user.

    • <add key="DataSource" value="[Datasource]" />. Enter the OnBase datasource to connect to for access to the data.

    Note:

    The preferable session-state configuration is InProc. See https://msdn.microsoft.com/en-us/library/system.web.sessionstate.sessionstatemodule.end(v=vs.110).aspx for more information.

  4. Select Save from the File menu. The application settings are saved in the system.
    Note:

    The <appsettings> section should be encrypted. Go to the following Web site for more information: h ttps://msdn.microsoft.com/en-us/library/zhhddkxy.aspx