Is WebDAV Publishing Windows feature is required to run the IT Hit WebDAV Server Engine?

StackOverflow https://stackoverflow.com/questions/20631724

  •  18-09-2022
  •  | 
  •  

Question

Should I install the WebDAV Publishing from Common HTTP Features on Windows Server 2008/2012 and Windows 7/8/8.1 to run the IT Hit WebDAV Server Engine?

Wizard enter image description here

Était-ce utile?

La solution

No, Windows WebDAV Publishing is not required. Moreover IT Hit WebDAV Server Engine cannot run side-by-side with WebDAV Publishing on the same web application (but they can run together on different web sites on the same machine).

If for any reason you need Windows WebDAV Publishing feature enabled on the web site that runs IT Hit WebDAV Server Engine you can disable the Windows WebDAV Publishing in your web.config:

<configuration>
  <system.webServer>
    <modules>
      <remove name="WebDAVModule" />
    </modules>
  </system.webServer>
</configuration>
Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top