-
Posted to
Publishing
by
saneaprodan
on
05-27-2008, 10:53 AM
Thanks for sharing,
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 "Use Client Integration Features" ...
-
Posted to
Publishing
by
saneaprodan
on
05-15-2008, 11:00 AM
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.
Here are some resources on ...
-
Posted to
Publishing
by
saneaprodan
on
05-14-2008, 4:23 PM
On MSDN forums I was told to look somewhere else too :) http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=3328705&SiteID=1
I'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... ...
-
Posted to
Publishing
by
saneaprodan
on
05-14-2008, 9:19 AM
I really wish it were that simple. I'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?
Am I the only one with this behavior?
-
Posted to
Publishing
by
saneaprodan
on
05-14-2008, 8:20 AM
Hi all,
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: http://support.microsoft.com/kb/241520
I've tried the registry settings approach, but I can still open my WSS 3.0 site using File->Open -> Open as Web Folder option.
Also, the IIS Lockdown tool is ...