To verify the necessary HTTP handlers are mapped correctly on the Application Server:
- Open Internet Information Services (IIS) Manager.
- Under Sites in the Connections pane, navigate to the application for the OnBase Application Server.
- Double-click Handler Mappings in the middle pane.
-
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
-
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
-
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