The IIS http log tells me the time taken, so it's easy to identify long-running requests. But how can I identify the memory consumption of each request thread?
From within the process code I can easily get the size of the workingset for the entire process, but not of a request thread itself.
IIS 6 + Framework 3.5
Nick