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

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

  •  18-09-2022
  •  | 
  •  

문제

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

도움이 되었습니까?

해결책

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>
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top