Re: Webdav not working???
There is a buglet in XP which can stop the domain bit of your username getting through (it tries to log you on as localcomputer\username instead of domain\username and this can happen whatever you type)
Instead of connecting to http://server.domain/folder try connecting to http://server.domain:80/folder
This forces it to use the MDAC connector which should then work.
Re: Webdav not working???
Quote:
Originally Posted by srochford
There is a buglet in XP which can stop the domain bit of your username getting through (it tries to log you on as localcomputer\username instead of domain\username and this can happen whatever you type)
Instead of connecting to
http://server.domain/folder try connecting to
http://server.domain:80/folder
This forces it to use the MDAC connector which should then work.
Yes, we found this too. However, this isn't a problem once you start using https.