Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Debugging ISAPI DLL from InetInfo.exe
Message
General information
Forum:
Visual C++
Category:
Debugging
Title:
Debugging ISAPI DLL from InetInfo.exe
Miscellaneous
Thread ID:
00591743
Message ID:
00591743
Views:
60
Hi all,

Hoping someone here can help me.... I've written an ISAPI .dll and have been working on updating it some. My current environment is Windows 2000 Prof with IIS.

When I was debugging before, I was testing with Win98, Personal Web Server. At that time, I could put in a

_asm int 3;

to force a breakpoint as the DLL became loaded and reached a certain point. At that time, the project settings for debug would be to invoke the inetinfo.exe file with the parameters of "-e w3svc" which worked fine.

Now, under Win2K Prof, IIS, trying the same approach doesn't work. I've even tried forcing the FTP, WWW, and other services based on INetInfo off so that I could force a manual start when I was ready to test. -- No go...

I also tried the approach where INetInfo was already started and I would invoke the "Attach to process". But whenever I put in the _asm int 3; it would just skip along and return a "500 internal server error" and never allow debug up. This same scenario but testing with Apache web server software works no problem on debugging.

Hopefully I have included enough info here...

Thanks,


Don
Reply
Map
View

Click here to load this message in the networking platform