What I want is to have web based monitor that will show some statistics
about processes running on various network servers.
I think I was a little confused as well.
An aspx page can only enumerate the process of a machine that is
hosting the web application. That means for every machine that you
want to access, you will need to install the web application on that
machine.
I was assuming that you are trying to host a web application on a
central server, and have each client navigate to an aspx page on the
central server to determine the processes running on each client
machine. As I have mentioned in my earlier post, this is not possible
when the web application is hosted in a central server.
You could, however, determine the processes running on a central
server (not the client) by navigating to an aspx page from a client
machine. Is that what you wanted to do?
I hope this could clarify this.
Tommy,
"Mark Goldin" <
[email protected]> wrote in message