【问题标题】:Is WebDAV Publishing Windows feature is required to run the IT Hit WebDAV Server Engine?运行 IT Hit WebDAV 服务器引擎是否需要 WebDAV 发布 Windows 功能?
【发布时间】:2013-12-17 10:31:23
【问题描述】:

我是否应该在 Windows Server 2008/2012 和 Windows 7/8/8.1 上安装来自通用 HTTP 功能的 WebDAV 发布以运行 IT Hit WebDAV 服务器引擎?

【问题讨论】:

    标签: iis webdav ithit-webdav-server


    【解决方案1】:

    不,不需要 Windows WebDAV 发布。此外,IT Hit WebDAV Server Engine 不能与 WebDAV Publishing 在同一个 Web 应用程序上并行运行(但它们可以在同一台机器上的不同网站上一起运行)。

    如果出于任何原因您需要在运行 IT Hit WebDAV 服务器引擎的网站上启用 Windows WebDAV 发布功能,您可以在 web.config 中禁用 Windows WebDAV 发布:

    <configuration>
      <system.webServer>
        <modules>
          <remove name="WebDAVModule" />
        </modules>
      </system.webServer>
    </configuration>
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多