Configuring the Plan Review Web.Config File - Electronic Plan Review - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Premier - external - Standard - Essential - Premier - Standard - Essential - OnBase/Electronic-Plan-Review/Foundation-23.1/Electronic-Plan-Review/Installation/Configuring-the-Plan-Review-Web.Config-File - 2025-04-01

Electronic Plan Review

Platform
OnBase
Product
Electronic Plan Review
Release
Foundation 23.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 SOAP.

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

    Note:

    All OnBase Application Server URLs must end with service.asmx.

  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.