Configuring web.config - Configuring web.config - OnBase - Integration for Epic MyChart - OnBase/Integration-for-Epic-MyChart/Foundation-23.1/Integration-for-Epic-MyChart/Installation/Installation/Installing-the-PPL-Application/Configuring-the-PPL-Application/Configuring-web.config - Foundation 23.1 - Foundation 23.1

Integration for Epic MyChart

Platform
OnBase
Product
Integration for Epic MyChart
Release
Foundation 23.1
License
ft:lastPublication
2023-09-11T16:02:15.452000
ft:locale
en-US

The name of the PPL application must be configured in the web.config file, which is located in the PPL installation directory.

To configure web.config:

  1. Open web.config from the PPL installation directory.
  2. Locate the following line:
    <action type="Rewrite" url="/PPL/" />
  3. Update the url value to match the name you gave the PPL application in IIS Manager.

    In the following example, the application name is PPLWebApp. Remember to include a slash at the beginning and end of the url value.

    <action type="Rewrite" url="/PPLWebApp/" />
  4. Save web.config.