Ask a Question related to ASP, Design and Development.
-
TJ #1
view process ids without having to go into COM+ (Component Services)
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
TJ Guest
-
Update component view
Hello, I'm using a linkbutton (yahoo skin) on a gradient background. When i roll out (so no click) of the component there's a colored square... -
Web Services Component
I am new to web services in flash. I am running Flash 8 and am attempting to use the Web Services component. I have defined my web service, bound... -
Automated process to set Fast Web View flag to Yes?
We have an application that allows files to be submitted in PDF format and displayed on the server. Some files are coming in without the Fast Web... -
LAN & Generic Host Process for Win32 Services
I have a peer-to-peer network configured which causes Generic Host Process for Win32 Services to keep connecting to the internet. I suppose that a... -
Generic Host Process for Win32 Services problem
Every time I use AOL the following error message appears "Generic Host Process for Win32 Services has encontered a problem and needs to close". ... -
Mike Moore [MSFT] #2
RE: view process ids without having to go into COM+ (Component Services)
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
[url]http://support.microsoft.com/?id=187913[/url]
Thank you, Mike
Microsoft, ASP.NET Support Professional
Microsoft highly recommends to all of our customers that they visit the
[url]http://www.microsoft.com/protect[/url] 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.
--------------------Services)> From: "TJ" <tonyj@nospam.org>
> Subject: view process ids without having to go into COM+ (Componentweb> Date: Thu, 2 Oct 2003 09:05:24 -0500
> Lines: 13
> X-Priority: 3
> X-MSMail-Priority: Normal
> X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
> Message-ID: <ux3N#6OiDHA.1864@TK2MSFTNGP10.phx.gbl>
> Newsgroups: microsoft.public.inetserver.asp.general
> NNTP-Posting-Host: te-64-146-28-114.transedge.com 64.146.28.114
> Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTN GP10.phx.gbl
> Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.asp.general:254294
> X-Tomcat-NG: microsoft.public.inetserver.asp.general
>
> Anyone know how to display process id's (normally found by going to
> Component Services and switching to applications to 'Status View') in a> 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
>
>
>Mike Moore [MSFT] Guest



Reply With Quote

