Intro to using the Windows Debugger
Windows Debugger can be downloaded as part of the Windows SDK . I would install both the 32 and 64bit versions. I used it in the past when diagnosing why a website was performing poorly during peak periods. Users would hit the website url, wait for 30+ seconds and then the site would appear quickly. Even the home page which did nothing (i.e. no db hits), was slow to appear. I got a memory dump from the server and using the analysis approach below could see that all available IIS worker threads were in use and all were busy rendering. The server was starved of threads and user requests were ending up in a queue waiting to be processed. I tweaked the IIS settings and added more worker threads. The problem went away. Thanks Windows Debugger! How do you to get a memory dump? 1. Open a command prompt 2. Get the list of worker process ids: %systemroot%\system32\inetsrv\APPCMD list wps This is a useful page describing how AppCmd works: http://www.iis.net/learn/get-started/get...