User2090272125 posted
Does anyone know where I can get the details of windows explorer's expectations regarding WebDAV servers?
I have a complex system that's custom but much like sharepoint in terms of what it does and i'm trying tofigure out how to implement WebDAV so that I can allow clients to map DMS folders as windows shared locations in explorer.
I added an empty middleware class with a switch for each of the expected verbs and stuck a breakpoint in there then pointed windows explorer at it and threw a PROPFIND request at the root but no matter what I seem to give it that's as far as I can go.
I thought the spec was quite liberal, what would really help is perhaps an XSD of all the supported data model items or something.