On Fri, 2 Apr 2004 12:50:17 -0800, Manoj Rath wrote:
> I didn't find any article on this in MSDN.
> I want to debug an ISAPI extension running in IIS 6.0 in win2k3 box.
1. logon locally as administrator where IIS is running
2. open project MSVC with your ISAPI sources
3. attach to debugger process where your ISAPI is running
4. put breakpoint inside selected ISAPI function
5. send HTTP request to IIS in order to start this function
I did not verified, but that would be most intuitive way to do it.
B.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: how to debug ISAPI extension in IIS 6.0