Configuring the Plan Review Web.Config File - Electronic Plan Review - English - Foundation 22.1 - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential

Electronic Plan Review

Platform
OnBase
Product
Electronic Plan Review
Release
Foundation 22.1
License
Premier
Standard
Essential

The Plan Review virtual directory contains a web.config file that contains configuration options specific to the Plan Review web application.

Once the Plan Review virtual directory is created, you must modify this web.config file with information specific your OnBase Application Server configuration/installation.

  1. Browse out to the Plan Review web.config file. By default, the path to the web.config file is: C:\inetpub\wwwroot\PlanReview\Web.config.
  2. Open the web.config file with a text editor, such as Notepad.
  3. Browse to the <Hyland.Services.Client> element and change the ApplicationServer URL attribute to your OnBase Application Server's URL and the ServiceClientType attribute to either Remoting or SOAP, depending on how your OnBase Application Server is configured.

    For example: <ApplicationServer URL=”http://SERVER NAME/AppServer/service.asmx” ServiceClientType=”SOAP”/>

    Note:

    All OnBase Application Server URLs must end with either service.asmx or service.rem, depending on the Application Server's configuration.

  4. Save and close the web.config file.
    Tip:

    It is considered a best practice to use the Web Application Management Console to edit your web.config file. When you use the Web Application Management Console to edit your web.config file, the necessary sections will be automatically added to the < configuration > section of the web.config file.