November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
We get the very same problem on a site running CMS 5.1.422.256. Configured the server and the client as per instructions here:
Can only get read-only access for a WebDAV folder when <deny users="?"> is removed (anonymous logon). This is not an option as our client obviously needs protection for the web folder. Tried BasicAuthentication, tried NetDrive and BitKinex clients but cannot get user authentication working. We always get 401 Unauthorized.
Are there any settings to EPiServer.WebDAV that we may try?
Did you guys ever find a solution to this? I have the same issue. Works in read-only mode when removing <deny users="*" /> but cannot get it to work with either windows or sql membership provider accounts.
I know basic auth is working correctly on my site as I am using on the webservices folder for security.
Adam, did you ever solve it?
I've got <deny users="?" />, and it's working in read-only mode, however, I can't get write-access to work.
Check if standard WebDAVModule is enabled on your IIS site. It can overlap with other modules that uses OPTIONS and PUT and you may get different kind of errors depending on the client.
Please see this blog post for more details and debug techniques.
Hi,
One of my clients has requested that we set up WebDAV access during the build-up of their new site (lots of images to upload). The WebDAV access will be on interal staging environment only.
I've followed the installation steps on my local environment, but I have never been able to log on.. There was a patch to install and also a registry fix but none of those steps solved the issue.
If I remove the <deny users="*" /> attribute I am able to map the network drive but I don't have write access.
Any tips to lead me forward on this? If I just want access on a few days I can live with full access for everyone and then remove all webdav configuration
Best regards,
Peter