G
Guest
Hi
I'm using a class derived from IHttpHandler to handle http requests. It works fine for GET, POST, etc, but doesn't seem to get called for WebDAV requests (PROPFIND, for example). I added this to my web.config
<httpHandlers><add verb="*" path="*" type="MyWebDAV.WebDAVHandler,MyWebDAV.WebDAV"/></httpHandlers
Is the web.config file ignored for WebDAV requests? How else can these requests be handled
Thanks
dere
I'm using a class derived from IHttpHandler to handle http requests. It works fine for GET, POST, etc, but doesn't seem to get called for WebDAV requests (PROPFIND, for example). I added this to my web.config
<httpHandlers><add verb="*" path="*" type="MyWebDAV.WebDAVHandler,MyWebDAV.WebDAV"/></httpHandlers
Is the web.config file ignored for WebDAV requests? How else can these requests be handled
Thanks
dere