We have an application that serves big files to our users. Normally requests take long to end and sometimes we want to end a request manually to free asp.net worker process threads for more important users.
I want to know if there is way to get a list of running requests, and if it is possible to end a running request or not.
...
Go to the complete details ...