

One thing to keep in mind is that if you are mapping the drive locally like NET USE * Here to see any particulars, but it shows basic settings that I have already done.Ĭan any of you show me the way to use WebDAV Redirector so I can see the proper request/response interactions? So apparently, I don't think WebDAV Redirector is enabled properly. (but if I do this on a Web Browser, it does receive a GET request.) None of this is happening right now.įor example, if I type in my WebDAV directory in the Address bar of Windows Explorer, I would expect my WebDAV HTTPModule to receive a GET request, but this is not happening. Would Mapping a drive to my WebDAV directory allow me to use Windows Explorer to interact with the WebDAV directory using WebDAV protocol (HTTP 1.1 based)? If so, I should be able to see the request/response through Fiddler or Wireshark or to debug/setīreakpoints to my HTTPModule code. Correct me please if I am wrong about that. I assume that WebDAV Redirector is installed in Windows 2003 Server. So I mapped a drive (Z:) to my WebDAV directory (\\ mycomputername\WebDAV) and it is viewable on Windows Explorer. Now I want to test this using Windows Explorer. I can see the requests and response through console and through Fiddler. I wrote HTTPModule to handle those WebDAV methods in my own way. I have enabled WebDAV server on IIS 6.0 on Windows 2003 and tested using the sample from
