5

I have an asp.net 4.0 website which runs in IIS 7. Starting a couple of days ago, a lot of requests were stuck in RequestAquireState.

Do you have any idea where I can start look into finding a solution for my problem ? In my code ? in IIS ? Have you ever encountered something like this ?

enter image description here

WorkSmarter
  • 3,738
  • 3
  • 29
  • 34
Dorin
  • 2,482
  • 2
  • 22
  • 38
  • Having a very similar issue - I can refresh a page in our app and it will alternate between taking 2 seconds and 102 seconds, with all the time being spent in REQUEST_AQUIRE_STATE! :/ – Danny Tuppeny Jun 28 '12 at 17:21
  • I was not treating an exception correctly. After I fixed that it didn't reproduce anymore. I don't know what exactly fixed this but now it doesn't happen again. – Dorin Jun 29 '12 at 07:10
  • Thanks for the info; in our case, we don't believe any of our code has been executed before the hang, but I'll try and confirm this. I posted more details here: http://stackoverflow.com/q/11250167/25124 – Danny Tuppeny Jun 29 '12 at 10:42
  • Also, one other thing that might help is JetBrains dotTrace. An invaluable tool that will let you know exactly what line of code is taking how long (provided that you have the PDBs). – Saturn K Jan 06 '15 at 00:19

1 Answers1

-1

It might be an IIS bug, see Issue 6 here.

Dexion
  • 1,101
  • 8
  • 14