Disable WebDAV
How to disable WebDAV in Sitecore.
Web Distributed Authoring and Versioning (WebDAV) provides support for remote web authoring. One of the benefits of WebDAV is that it allows you to manage resources from within a browser (Internet Explorer only).
WebDAV extends the HTTP protocol and provides additional functionality and it therefore expands the surface area of your deployments.
Note
You must never enable WebDAV on Sitecore content delivery servers. Only use WebDAV on content management servers (CM).
You should consider whether you need WebDAV functionality in your Content Management environment. If you do not need it, it is best practice to disable it on the CM, to reduce the surface area of your Sitecore environments.
To disable WebDAV:
In the
<website>/App_Config/Include
folder, locate theSitecore.WebDAV.config
file.Rename the
Sitecore.WebDAV.config
file toSitecore.WebDAV.config.disabled
.