WebDAV - Integration for Duck Creek - English - Foundation 22.1 - OnBase - Essential - Premier - Standard - external - Standard - Essential - Premier

Integration for Duck Creek

Platform
OnBase
Product
Integration for Duck Creek
Release
Foundation 22.1
License
Standard
Essential
Premier

The WebDAV functionality blocks HTTP verbs for all OWIN modules. The WebDAV module should be removed or disabled for any Application Server designated to host the OnBase Integration API. There are multiple options available for disabling the WebDAV functionality.

If the WebDAV functionality can be disabled for the entire machine, you can disable the WebDAV Publishing feature in Windows Features.

To disable WebDAV Publishing:

  1. Navigate to the Control Panel and select Turn Windows features on or off.
  2. In the Windows Features dialog, navigate to I nternet Information Services | World Wide Web Services | Common HTTP Features and ensure the WebDAV Publishing feature is disabled.
    If the WebDAV functionality cannot be disabled for the entire machine, you must manually configure the Application Server's web.config file.
    To manually configure the web.config file:
    1. In the Application Server's web.config file, navigate to the system.webServer section.
    2. In the <modules> node, add the <remove name="WebDAVModule" /> element.
    3. In the <handlers> node, add the <remove name="WebDAV" /> element.
    4. Save and close the web.config file.