WEBDAV server in C#

  • Thread starter Thread starter Steve Drake
  • Start date Start date
S

Steve Drake

All,

I need to write a WEBDAV server, I think I can manage to write one that uses
TCPIP sockets but I need it to support windows authentication (like IIS
does)

Were do I start? I have read a little and people are say it cannot be done
with HTTPHandlers or HTTPModules as these map to applications, eg they
cannot just intercept VERBS.

Any pointers in the correct direction would be good.

Steve
 
I have made progress, I have written a WEBDAV server that sits in IIS and
supports windows auth.

Steve
 
Back
Top