Verifying HTTP Handler Mapping - Integration for Epic - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Essential - Premier - Standard

Integration for Epic

Platform
OnBase
Product
Integration for Epic
Release
Foundation 23.1
License
Essential
Premier
Standard

To verify the necessary HTTP handlers are mapped correctly on the Application Server:

  1. Open Internet Information Services (IIS) Manager.
  2. Under Sites in the Connections pane, navigate to the application for the OnBase Application Server.
  3. Double-click Handler Mappings in the middle pane.
  4. Verify the svc-Integrated-4.0 handler is configured as shown in the following table. If the handler does not exist, add it manually by clicking Add Managed Handler from the Actions pane.

    Setting

    Value

    Request Path

    *.svc

    Type

    System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35

    Name

    svc-Integrated-4.0

  5. Verify the svc-ISAPI-4.0_32bit handler is configured as shown in the following table. If the handler does not exist, add it manually by clicking Add Script Map from the Actions pane.

    Setting

    Value

    Request Path

    *.svc

    Executable

    C:\Windows\Microsoft.NET\Framework\vX.X\aspnet_isapi.dll

    Note: The version of the .NET Framework (vX.X) varies depending on the version of Windows Server being used.

    Name

    svc-ISAPI-4.0_32bit

  6. Verify the svc-ISAPI-4.0_64bit handler is configured as shown in the following table. If the handler does not exist, add it manually by clicking Add Script Map from the Actions pane.

    Setting

    Value

    Request Path

    *.svc

    Executable

    C:\Windows\Microsoft.NET\Framework64\vX.X\aspnet_isapi.dll

    Note: The version of the .NET Framework (vX.X) varies depending on the version of Windows Server being used.

    Name

    svc-ISAPI-4.0_64bit