19 Feb 2018 08:50 PM
How does Dynatrace
OneAgent classify app pools into Technology types? We have two servers which
should both be running the same environment but a specific app pool shows up as
'IIS App Pool' on one server and 'ASP.NET' on the other.
Solved! Go to Solution.
06 Mar 2018 07:33 AM
Initially AppPools are detected as IIS app pool only. Once we see the code that gets executed we can determine it to be ASP.NET. So on a new process this always happens once the first requests come in. If this is the case on two identical but longer running processes it might be a defect though.