I had a great question from someone the other day about enabling WebDAV on IIS 6, so I wrote a simple Windows Script Host (WSH) utility that does the trick. Because I'm a firm believer that writing code for one person will ultimately benefit someone else, I'm making that script the subject of today's blog post. ;-)
Note: The following script makes use of several IIS 6 metabase properties, and you can see the following topics for more information:
To use this script, use the following steps:
Note: This script is not designed the new WebDAV module for IIS 7. To manage the WebDAV module in IIS 7, see the following topics:
I hope this helps!
Read the complete post here
Comments