No. IIS has intrinsic support that fires for WebDAV. You cannot override
it with something like ASP that "fires on every such request". I have not
tried this on IIS6, but maybe it's possible with a Wildcard application
mapping, which has to be written in C.
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Sven Erik Matzen" <sven.matzen.DeleteThis@dontspamme.com> wrote in message
news:eFtS35NtDHA.2416@TK2MSFTNGP10.phx.gbl...
Hi,
I'm searching for a way to implement an object that is called, when a
WebDAV-request hits my server. My idea was to implement a storage using
SQL-Server that's able to be accessed by WebDAV-enabled clients. My hope was
a similar way like ASP for normal HTTP-Requests, where I can setup a script
(an ASP-Page) that will be executed when someone asks the server for a page.
Is there a way for doing something like this?
Sven
>> Stay informed about: server side component intercepting WebDAV?