Re: Monitor system
From: Tommy (Websoftwares_at_Hotmail.com)
Date: 03/02/04
- Next message: Chris Jackson: "Re: Calling Code-Behind from within <script>?"
- Previous message: Z D: "Re: Server Application Unavailable ??"
- In reply to: Eric Lawrence [MSFT]: "Re: Monitor system"
- Next in thread: Mark Goldin: "Re: Monitor system"
- Reply: Mark Goldin: "Re: Monitor system"
- Reply: Eric Lawrence [MSFT]: "Re: Monitor system"
- Messages sorted by: [ date ] [ thread ]
Date: 2 Mar 2004 11:15:00 -0800
I don't think the System.Diagnostics.Process class will work for Mark
because this is a .NET framework class, and it'll only work on the
server-side. This means it can only enumerate process on the server,
not on the client PC.
I don't think you can enumerate the processes on a PC using a webpage
unless the user downloads some components that can access these
Windows API or .NET API. However, this will defeat the purpose of
using a webpage.
These are just one of those things that cannot be done using webpages
alone. HTML and scripting languages are designed to not have this
capability to protect a user's machine from being compromised.
Tommy,
"Eric Lawrence [MSFT]" <e_lawrence@hotmail.com> wrote in message news:<#IDVa48$DHA.212@TK2MSFTNGP12.phx.gbl>...
> The System.Diagnostics.Process class is your friend, but you'll need to make
> sure your ASP.NET worker thread has permissions to enumerate the processes
> on the system.
>
> --
> Thanks,
>
> Eric Lawrence
> Program Manager
> Assistance and Worldwide Services
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Mark" <anonymous@discussions.microsoft.com> wrote in message
> news:DDAE4E9E-5FD5-44FE-85BE-1A30314CB5A0@microsoft.com...
> > I am working on a monitor system - web page that will show what processes
> are running on different computers. How would I get such information? All I
> need is a name of a process (title on a taskbar is fine) and whether it's
> running or not.
> > Am I way of a target? Will appreciate ay idea.
> >
> > Thanks
> >
- Next message: Chris Jackson: "Re: Calling Code-Behind from within <script>?"
- Previous message: Z D: "Re: Server Application Unavailable ??"
- In reply to: Eric Lawrence [MSFT]: "Re: Monitor system"
- Next in thread: Mark Goldin: "Re: Monitor system"
- Reply: Mark Goldin: "Re: Monitor system"
- Reply: Eric Lawrence [MSFT]: "Re: Monitor system"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|