view process ids without having to go into COM+ (Component Services)

T

TJ

Anyone know how to display process id's (normally found by going to
Component Services and switching to applications to 'Status View') in a web
page?

I'm trying to keep remote users from having to terminal server or use com+
to view the process id's they need for asp debugging (via attaching to a
process (remote debugging via dcom and machine debug manager))

Thx in advance,

TJ
 
M

Mike Moore [MSFT]

Hi TJ,

EnumProcesses API will get you the list. You'll also want the names of the
processes with GetModuleFileNameExA. These and related API's are
demonstrated in this article.

187913 HOWTO: List Running Processes
http://support.microsoft.com/?id=187913

Thank you, Mike
Microsoft, ASP.NET Support Professional

Microsoft highly recommends to all of our customers that they visit the
http://www.microsoft.com/protect site and perform the three straightforward
steps listed to improve your computer’s security.

This posting is provided "AS IS", with no warranties, and confers no rights.


--------------------
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,577
Members
45,052
Latest member
LucyCarper

Latest Threads

Top