I am writing an ISAPI DLL. I don't know how to debug the ISAPI dll from the visual studio. Can anybody tell me how to do it please?
Printable View
I am writing an ISAPI DLL. I don't know how to debug the ISAPI dll from the visual studio. Can anybody tell me how to do it please?
Compile the DLL in Debug Mode and have it referenced by a virtual directory in IIS.
Start up IIS
Attach to process inetinfo (you need to view system processes)
Execute your DLL to some extent so it gets loaded
Load your .cpp file to debug and place a breakpoint
Execute the path you want to debug and your breakpoint should hit.
-H
-
Howard Uman - unHUman Software
http://www.unhuman.com
[email protected]