Could anyone let me know if webdav supports forms authorization. Essentially I am interested in using the in-built support for WebDav in MS Office to allow users of a system we are proposing to edit word documents.
My concerns are that WebDav may not support forms authorization although everything I have read about the new features of IIS7 lead me to believe that this should work at the moment.
I am also a little concerned about the fact that I think I have read that WebDav on IIS7 does not support the locking of files and this may lead to user overwriting the changes of another user. Does anyone know of an acceptable solution to this? I was wondering if you could get at the WebDav request using the IIS pipeline before it reaches WebDav and implement some custom file locking routine at that point?
I have also heard that WebDav support in XP is a little bit flaky. Is this something I should be concerned about or in the simple scenario outlined above should I be OK.
Many thanks for any help or suggestions in advance.