Re: Monitor system

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: Tommy (Websoftwares_at_Hotmail.com)
Date: 03/02/04


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
> >



Relevant Pages

  • Re: very simple one line cms?
    ... I would allow this form just to write to a text file, and the webpage can ... just pull the content from the text file using PHP or server-side includes ...
    (comp.lang.php)
  • Programmatically click asp.net button via javascript?
    ... on my webpage. ... The problem is that I then don't know how to call the server-side ... actually execute the method. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)