Prasanna Hebbar
April 7th, 1999, 09:18 AM
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?
|
Click to See Complete Forum and Search --> : How to debug ISAPI dlls? Prasanna Hebbar April 7th, 1999, 09:18 AM 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? unhuman April 8th, 1999, 04:13 PM 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 human@unhuman.com codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |