From: Greg Hines on 15 Mar 2010 22:31 Hi all, Windows Server 2008/ SP2 X64, IIS7. Followed the instructions at http://learn.iis.net/page.aspx/350/installing-and-configuring-webdav-on-iis-7/ to install WebDav. However, typing net use * http://localhost/ at the command prompt gives the following error:- System error 67 has occurred. The network name cannot be found. and no prompt for username or password. Entering http://localhost in the browser correctly displays a web page. I've checked all the following causes of error 67 are OK:- a.. IIS is not installed or is not running on the server that you are attempting to connect to. a.. You have not installed the WebDAV Redirector on your client system. a.. The WebClient service is not running on your client system. a.. You have not enabled WebDAV on your web site. a.. You are using Basic Authentication and connecting to your web site using HTTP instead of HTTPS. a.. You are connecting to a web site on your local network that is using Fully-Qualified Domain Names (FQDNs) for name resolution, your web site uses Windows Authentication, and you have not added the web site's FQDN to the proxy server bypass list on your client Plus Desktop Experience is installed. Can anyone offer any other suggestions? Do I need to share a folder or are there firewall settings or something else I've forgot. TIA Greg
From: Greg Hines on 16 Mar 2010 01:02 Further to my previous post I forgot to mention when I try to run the net use command I get a 405 error - Method not found message. IIS log looks like this:- 2010-03-16 04:53:16 ::1 PROPFIND / - 80 - ::1 Microsoft-WebDAV-MiniRedir/6.0.6002 405 0 0 1 2010-03-16 04:53:16 ::1 PROPFIND / - 80 - ::1 Microsoft-WebDAV-MiniRedir/6.0.6002 405 0 0 1 2010-03-16 04:53:25 ::1 PROPFIND / - 80 - ::1 Microsoft-WebDAV-MiniRedir/6.0.6002 405 0 0 0 2010-03-16 04:53:25 ::1 PROPFIND / - 80 - ::1 Microsoft-WebDAV-MiniRedir/6.0.6002 405 0 0 1 Greg
From: Greg Hines on 16 Mar 2010 01:52 Also config file is below:- <security> <requestFiltering> <fileExtensions applyToWebDAV="false" /> <verbs applyToWebDAV="false" /> <hiddenSegments applyToWebDAV="false" /> </requestFiltering> <authentication> <windowsAuthentication enabled="true" /> </authentication> </security> <webdav> <authoring enabled="true" /> <authoringRules> <add users="administrator" path="*" access="Read, Write, Source" /> </authoringRules> </webdav> </system.webServer> </location> <location path="Default Web Site/aspnet_client"> <system.webServer> <directoryBrowse enabled="false" showFlags="None" /> <handlers accessPolicy="Read" /> <defaultDocument enabled="false" /> </system.webServer>
From: Greg Hines on 17 Mar 2010 16:55 Hi, Problem solved - The "Default Web Site" did not have a host-header configured. Greg
|
Pages: 1 Prev: IIS log file locked Next: Crystal viewer on IIS7.5 versus IIS7 |