From: "nian li"
I want to know how to debug HTTP Server in Windows with VC6.0.
There is another way too.
Windows Scripting, the best tool ever for Apache on Windows usage for both developers and admins. :)
<quote>
You can get a crash dump on the production box and then take it back to a dev box where you have symbols to find out the cause of the crash.
<quote from docs>
Snip
ADPlus is a new tool from Microsoft Product Support Services (PSS) that can troubleshoot any process or application that stops responding (hangs) or fails (crashes).
Snip
Frequently, you can use ADPlus (ADPlus.vbs) as a replacement tool for the Microsoft Internet Information Server (IIS) Exception Monitor (6.1/7.1) and User Mode Process Dump. These are two separate tools that PSS frequently uses to isolate what causes a process to stop responding (hang) or quit unexpectedy (crash) in a Microsoft Windows DNA environment.
Snip
ADPlus works with any user mode process or service such as Internet Information Services (IIS), Microsoft Transaction Server (MTS), or Microsoft COM+ applications.
Snip
ADPlus is console-based Microsoft Visual Basic script. It automates the Microsoft CDB debugger to produce memory dumps and log files that contain debug output from one or more processes.
</quote from docs>
How To Use ADPlus to Troubleshoot "Hangs" and "Crashes" http://support.microsoft.com/?id=286350
Thanks Brian [MSFT] Microsoft Developer Support
</quote>
Learn more about Windows Scripting with the language of your desire too.
Browse the script Repository http://www.microsoft.com/technet/scriptcenter/scripts/default.mspx
Scripting Languages Available in the Script Center http://www.microsoft.com/technet/scriptcenter/scripts/language.mspx
Jeff
