WEBDAV server in C#

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
 
S

Steve Drake

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

Steve
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top