We all know that the .NET architecture introduced the concept of application domains. ASP.NET creates an application domain for each Web application that runs on a Web server. With a process viewer, you will not see the process for individual web applications executing because there's no new process created for them.
How can I view the individual web applications statistics such as:
- CPU usage,
- memory usage and any other statistics that you can normally view using a process viewer?