Hi,
From time to time some requests overload application pool of my ASP.NET application. I see the request is processed by the pool all the time in IIS Manager -> Worker Process -> Requests. All requests which overloads my application pool are POST requests ( CPU is 10 times higer than normal ). I am trying to find why the reuqests hang in the pool but maybe there is some setting to drop the request from processing if the processing time is over 1 minute for example? That would solve my problem.
Thanks in advance for help