In October, we upgraded one of our sites (in IIS 6) from .net 3.5 to .net 4.0. Since then, we receive the following warning and error every day:
Attention:
ISAPI 'C: \ Windows \ microsoft.net \ Framework \ v4.0.30319 \ aspnet_isapi.dll' stated the following reason as unhealthy: "Deadlock detected."
Mistake:
It is not possible to run two different versions of ASP.NET in the same IIS process. Please use the IIS Administration Tool to reconfigure your server to run the application in a separate process.
We tested all the applications and ensured that they work in the correct versions of ASP.NET, as well as in our own application pools.
We looked at the IIS logs while recording errors, but this does not give any indication of the problem. Is there a tool available that can give us more information about which application is causing errors and what is happening at that time?
user376085
source share