- We have a web server with many Web Sites.
- Each web site has it's own application pool.
- Currently all application pools use the identity of the same domain user.
When one of the sites starts to use 100% of CPU we cannot see which site is responsible. One solution is to give each one a different identity.
Is there a way to identify which application pool is connected to which site without giving them different identities?