Requests stuck in RequestAcquireState in IIS worker process

MaSTeR.B0Y

New Member
On one of our production servers, occasionally requests get stuck in the RequestAquireState while in the session module. As it is an MVC request, it does not timeout, so we sometimes get requests that run in the background for several hours.We are using the standard asp.net session module on .net4 and IIS 7.5 We are using InProc.Why would it get stuck?
 
Top