Discussion:
Debugging ISAPI Filter
(too old to reply)
quest
2007-02-12 00:47:54 UTC
Permalink
I wrote ISAPI filter for IIS6. How do I debug my filter ?I am using visual
studio 2005. I have tried various methods recommended on the some of the
forums but couldn't get it working. Any idea how I could set this up ?
Thanks.
Scherbina Vladimir
2007-03-08 12:02:33 UTC
Permalink
This is wrong place to ask (we are not discussing here the ISAPI
technology), but I can give you a hint. To debug _anything_ you need to know
the host process to attach. If you built your filter with debug information,
you will be able to set breakpoints and debug the code. At first I would
find the process where your filter is loaded and then attached to process.

--Vladimir, Windows SDK MVP
Post by quest
I wrote ISAPI filter for IIS6. How do I debug my filter ?I am using visual
studio 2005. I have tried various methods recommended on the some of the
forums but couldn't get it working. Any idea how I could set this up ?
Thanks.
Loading...