<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.iis.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:cs="http://blogs.iis.net/"><channel><title>Publishing</title><link>http://forums.iis.net/1033.aspx</link><description>A forum to discuss questions about FrontPage Server Extensions, FTP, and other publishing methods available in the IIS platform</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Disable WebDAV protocol on IIS 6.0</title><link>http://forums.iis.net/thread/1910444.aspx</link><pubDate>Wed, 15 Jul 2009 19:56:05 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1910444</guid><dc:creator>robmcm</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1910444.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1033&amp;PostID=1910444</wfw:commentRss><description>&lt;p&gt;Sorry for the late post on this thread.&lt;/p&gt;
&lt;p&gt;As you have already seen, disabling the IIS WebDAV module does not affect SharePoint WebDAV because SharePoint imlements its own WebDAV functionality. Rather than attempting to change permissions or deny access to _vti_*** paths through NTFS or IIS I would suggest using &lt;a class="" href="http://www.iis.net/extensions/UrlScan" target="_blank"&gt;URLScan&lt;/a&gt; to block the WebDAV verbs through [DenyVerbs]&amp;nbsp;and block any paths through [DenyUrlSequences].&lt;/p&gt;</description></item><item><title>Re: Disable WebDAV protocol on IIS 6.0</title><link>http://forums.iis.net/thread/1908159.aspx</link><pubDate>Wed, 24 Jun 2009 18:39:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1908159</guid><dc:creator>jhillenbrand</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1908159.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1033&amp;PostID=1908159</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;You also have to go into the NTFS permissions and make sure the WebSharing is turned off.&amp;nbsp; Remove IUSR_Machine from the permissions too.&lt;br /&gt;&lt;/p&gt;</description></item><item><title>Re: Disable WebDAV protocol on IIS 6.0</title><link>http://forums.iis.net/thread/1870325.aspx</link><pubDate>Tue, 27 May 2008 14:53:28 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870325</guid><dc:creator>saneaprodan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870325.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1033&amp;PostID=1870325</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks for sharing,&lt;/p&gt;
&lt;p&gt;Just wanted to see if you do have the same issue. The problem with my case is that I need to enable SOAP protocol and in the same time disable WebDAV. Now in WSS this is an atomic permission - Use Remote Interfaces. But as far as I know you can disable WebDAV while keeping &amp;quot;Use Client Integration Features&amp;quot; permission. &lt;/p&gt;
&lt;p&gt;Did you try to configure your permissions in such manner?&lt;/p&gt;
&lt;p&gt;Or do your customization rule out this possibility? &lt;/p&gt;</description></item><item><title>Re: Disable WebDAV protocol on IIS 6.0</title><link>http://forums.iis.net/thread/1870319.aspx</link><pubDate>Tue, 27 May 2008 14:35:40 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1870319</guid><dc:creator>maxtarass</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1870319.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1033&amp;PostID=1870319</wfw:commentRss><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Exact same issue here. I did a lot of digging with no success. Even made a call to Microsoft.&lt;/p&gt;
&lt;p&gt;I think that&amp;#39;s a big issue, security broblem, whatever you want to call it. If you customize MOSS as we did users can always around it and use webdav to access the folders and library under MOSS..not a good design at all. It seems that there is really no way around it keeping office integration in mind.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Disable WebDAV protocol on IIS 6.0</title><link>http://forums.iis.net/thread/1869601.aspx</link><pubDate>Thu, 15 May 2008 15:00:24 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1869601</guid><dc:creator>saneaprodan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1869601.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1033&amp;PostID=1869601</wfw:commentRss><description>&lt;p&gt;I disabled WebDAV access by prohibiting _vti_aut/author.dll and owssvr.dll from Windows SharePoint Services 3.0 web service extensions. And yes, you are right, disabling owssvr.dll seems to break Office access to the files, while disabling _vti_aut/author.dll disabled the ability to save the file back to server. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;Here are some resources on this:&amp;nbsp; &lt;a href="http://msdn.microsoft.com/en-us/library/ms947858.aspx"&gt;http://msdn.microsoft.com/en-us/library/ms947858.aspx&lt;/a&gt;. Although out of date, they did help me.&lt;/p&gt;</description></item><item><title>Re: Disable WebDAV protocol on IIS 6.0</title><link>http://forums.iis.net/thread/1869589.aspx</link><pubDate>Thu, 15 May 2008 12:05:18 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1869589</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1869589.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1033&amp;PostID=1869589</wfw:commentRss><description>&lt;p&gt;It may not be possible.&amp;nbsp; This is probably the same method used by the MS Office apps to connect to SharePoint, which is a key feature.&amp;nbsp; Killing Explorer access would most likely break Office access.&lt;/p&gt;</description></item><item><title>Re: Disable WebDAV protocol on IIS 6.0</title><link>http://forums.iis.net/thread/1869537.aspx</link><pubDate>Wed, 14 May 2008 20:23:31 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1869537</guid><dc:creator>saneaprodan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1869537.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1033&amp;PostID=1869537</wfw:commentRss><description>&lt;p&gt;On MSDN forums I was told to look somewhere else too :)&amp;nbsp; http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3328705&amp;amp;SiteID=1&lt;/p&gt;&lt;p&gt;&amp;nbsp;I&amp;#39;ve tried all sorts of things now, from IIS 5.0 registry settings, to IIS manager web server extensions, and even tried to deny Everyone access to the httpetx.dll from C:\WINDOWS\system32\inetsrv... and of course did an iisreset after each change... and I still can open the WSS web site using DAV client :) There&amp;#39;s also the IIS lockdown tool, but that&amp;#39;s only for IIS 4.0, 5.0..&lt;/p&gt;&lt;p&gt;This is very, very strange...&lt;br /&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>Re: Disable WebDAV protocol on IIS 6.0</title><link>http://forums.iis.net/thread/1869536.aspx</link><pubDate>Wed, 14 May 2008 20:09:00 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1869536</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1869536.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1033&amp;PostID=1869536</wfw:commentRss><description>&lt;p&gt;Ahh yes, WSS does strange things to IIS.&amp;nbsp; You may get a better response in a WSS specific forum ...&lt;/p&gt;</description></item><item><title>Re: Disable WebDAV protocol on IIS 6.0</title><link>http://forums.iis.net/thread/1869501.aspx</link><pubDate>Wed, 14 May 2008 13:19:17 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1869501</guid><dc:creator>saneaprodan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1869501.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1033&amp;PostID=1869501</wfw:commentRss><description>&lt;p&gt;I really wish it were that simple. I&amp;#39;ve disabled WebDAV extensions from Web server extensions node, but my WSS 3.0 site can still be opened using win explorer. I did mention I have SharePoint Services 3.0 installed, did I?&lt;/p&gt;
&lt;p&gt;Am I the only one with this behavior?&lt;/p&gt;</description></item><item><title>Re: Disable WebDAV protocol on IIS 6.0</title><link>http://forums.iis.net/thread/1869499.aspx</link><pubDate>Wed, 14 May 2008 13:04:27 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1869499</guid><dc:creator>tomkmvp</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1869499.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1033&amp;PostID=1869499</wfw:commentRss><description>&lt;p&gt;Simple ... do not enable&amp;nbsp;WebDAV in the web services configuration.&lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/332060"&gt;http://support.microsoft.com/kb/332060&lt;/a&gt;&lt;/p&gt;</description></item><item><title>Disable WebDAV protocol on IIS 6.0</title><link>http://forums.iis.net/thread/1869492.aspx</link><pubDate>Wed, 14 May 2008 12:20:23 GMT</pubDate><guid isPermaLink="false">50bcf3b4-f6fe-4638-adff-0c150e922e99:1869492</guid><dc:creator>saneaprodan</dc:creator><slash:comments>0</slash:comments><comments>http://forums.iis.net/thread/1869492.aspx</comments><wfw:commentRss>http://forums.iis.net/commentrss.aspx?SectionID=1033&amp;PostID=1869492</wfw:commentRss><description>&lt;p&gt;Hi all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;I need to disable WebDAV Http extensions on my IIS 6.0 server. I found this Microsoft link on how to do this on IIS 5.0: &lt;a href="http://support.microsoft.com/kb/241520"&gt;http://support.microsoft.com/kb/241520&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve tried the registry settings approach, but I can still open my WSS 3.0 site using File-&amp;gt;Open -&amp;gt; Open as Web Folder option. &lt;/p&gt;
&lt;p&gt;Also, the IIS Lockdown tool is only or IIS 4.0, 5.0.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;So how does one disable WebDav in IIS 6.0?&lt;/p&gt;</description></item></channel></rss>