How to kill a single request in IIS?
Posted
by
Petter Brodin
on Server Fault
See other posts from Server Fault
or by Petter Brodin
Published on 2012-05-30T10:00:30Z
Indexed on
2012/05/31
4:42 UTC
Read the original article
Hit count: 546
iis7.5
|windows-server
I'm using IISPeek and can see that there's a single request that's hanging on a buggy page. I've fixed the bug so that others who open the page won't experience the problem, but the page is still active after almost an hour.
I'd rather not stop the whole application as there are some important processes currently running.
Via IISPeek I have the request number (9f0002008001238e) and clientIP. Could any of that be used to stop the ongoing request?
© Server Fault or respective owner