Finding out the Thread which is actually handling the WCF request for the HttpContext
In the recent past, the PSSCOR2 debugger extension was made public. This debugger extension contains a very useful command called !aspxpages which shows you information about various asp.net requests running in the dump, the time they have been executing and the thread associated with the System.Web.HttpContext.
More here:
Finding out the Thread which is actually handling the WCF request for the HttpContext


