.Net WebDAV Server

Posted by Andrew Theken on Stack Overflow See other posts from Stack Overflow or by Andrew Theken
Published on 2009-03-09T19:42:24Z Indexed on 2010/05/08 11:38 UTC
Read the original article Hit count: 225

Filed under:
|
|

Hi all, I am looking to implement a WebDAV server in ASP.Net. the app will be deployed to IIS 6. I have seen a few frameworks that provide this functionality, but I can't seem to identify how they're able to accomplish it without (apparently) modifying IIS settings.

My specific question is how do I configure IIS and ASP.Net so that a IHttpModule/IHttpHandler might have an opportunity to handle any of the additional WebDAV verbs (i.e. LOCK, OPTIONS, PROFIND, etc.)

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET