Hi,
I'm currently deploying a new application to my first IIS 8 server.
This application was working fine in development (Win 7), but since deployment a lot of hangs are appearing (about once every hour)... I've setup requests viewer for workers process and failing requests logging, but none can help me to solve this situation. When they appear there's nothing else to do then restart the application pool. During navigation in browser, an indefinite loading will appear.
After review of hanging requests in IIS console, it seams like they are related to sessions or ExecuteRequestHandler (ManagedPipelineHandler). Failing requests logs can give some informations, but not enough to find an explanation.
Presently, I can't even tell if this is cause by IIS or it is due to an application bug...
Any suggestion how to solve this??
Thnak you.