Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HI
I would like to create a sample application using webdav protocol.I am new to Webdav.



My requirement is as follows

Store the word document in IIS server
Create a client which will access the document

I might have to write a class which would reside on server side for responding to requests sent by client. In other words the class on server side would be to respond to handle requests raised by webdav mini redirector. Could you please suggest me how I could create?

The reason for creating the application is whenever we try to access a document on a server using webdav protocol if get requests takes more than 50 seconds to respond to client ,the webdav miniredirector sends an unlock request even though the time out set on lock response is more than 60 minutes.Due to this unlock request the document opens in read -only mode and quits.

Discussed with microsoft but microsoft wants a reproducable scenario hence have to create the application with get request delay of 60 seconds such that the unlock request would be sent automatically.

Kindly help this is an escalated issue, not able to find any help on internet search
Posted
Updated 11-Oct-11 1:33am
v2

1 solution

Dot any help?

Did you find this: http://sourceforge.net/projects/webdav/[^]?
Did you see this discussion and the links provided in the answer http://stackoverflow.com/questions/2660555/implement-a-webdav-server-in-c[^]?

How about this: http://www.webdavsystem.com/server/sample_servers[^]?

Maybe you need to try your search again?

http://lmgtfy.com/?q=WebDav+%22C%23%22[^].

Almost 7 millions results could give you some help. I can see many of the top search results which are already look quite relevant.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900