What is IIS Debug Tools?
IIS Debug Tools
Description:
The Internet Information Services (IIS) debug tools are designed to help determine which requests have caused IIS to crash and to log specific information when a request does not respond in an expected time period.
This toolkit is made up of 2 main tools:
- IIS Crash/Hang Agent: tracks all requests as they enter IIS and leave IIS, logging requests that are still being processed if IIS terminates unexpectedly. It also allows an administrator to configure a command line to run whenever a request takes too long to respond, indicating a potential hang.
- IIS Dump: The default command line for gathering information on hangs. This tool can dump many different items at once for root cause analysis investigation. It can produce text reports on stacks for each thread in an IIS-related process, dump files for each IIS-related process, dump the Metabase in an XML format file, and provide system DLL version information.
Get IIS Debug Tools and give it a try to see just how useful it can actually be for you!
Technical Specifications:
- Publisher: Microsoft
- Price: Free
- Tools included: Crash/Hang Agent, IIS Dump
Features:
- Tracks requests entering and leaving IIS
- Logs requests still being processed if IIS terminates unexpectedly
- Configurable command line for potential hangs
- Dumps information on hangs for root cause analysis
- Produces text reports on stack for each thread
- Dumps files for each IIS-related process
- Dumps Metabase in XML format
- Provides system DLL version information