Can anyone tell me the difference between an ISAPI Extension and
an ISAPI Filter?
Thanks,
Raul.
an isapi extension, takes a file and processes it and provides an output to
the client. the most "famous" isapi extension is asp
Raul Latashen (ra...@reliable.com.ar) moved some electrons around and
created the following:
--
___________________________________________
Robert MacLean
robert at sadev dot co dot za
Web: http://www.sadev.co.za
An extension gets the web request after all of the filters are finished (you
can chain multiple filters together).
Also, filters get loaded when IIS starts. Extensions get loaded when a URL
with that extension is received.
DaveH
"Raul Latashen" <ra...@reliable.com.ar> wrote in message
news:3f1310af$1...@newsgroups.borland.com...