I've encountered a problem with IIS.
The problem is the following:
- Sometimes (intermittent issue) IIS hangs a request in a state called
ExecuteRequestHandler
, and it spends ~85% of the time.
I couldn't figure out why. Tried everything what I've found in forums, nothing helped. I'm using azure for my backend server and another azure server I have my database.
Can somebody explain what exactly this ExecuteRequestHandler step in a request lifecycle?
I didn't find a good explanation about what this step is doing. Is it executing my code already or is it a pre-task in the lifecycle? The reason I'm asking it to be able to detect where the problem is.