
How to tie the dllhost.exe PID to COM+ Application PID programmatically
I have written a program that monitors all processes on a Server checking
memory and cpu usage. But for the dllhost process I need to tie it back to
the com+ application so I can determine which IIS site is truly causing a
problem. You can open up COM+ and get the Name of the application and its
PID which is the PID of the dllhost.exe but how can I tie these together
programmatically?
Thanks in advance.
Marty