Hi,
My web application is running on 5000 different machines. For example, if i have to know who are all the clients which are using my application, what would be my appoach?
Correct me if iam wrong, but I came up with an idea of installing a windows service on each of the client machines whichever are using my .net application. This way I can perform a check on all those machines having the windows service up & running.
At my server, I would like to know which all clients are running my application. I need to ping the IP's of the clients (which are stored in our database) and if a reply is there, i need to check if the windows service is running on that IP. All this should happen in an interface and then show me the results as such which all machines are active and which are inactive.
Iam unable to come to a conclusion as of how to achieve this task. Please help me out with this.
My web application is running on 5000 different machines. For example, if i have to know who are all the clients which are using my application, what would be my appoach?
Correct me if iam wrong, but I came up with an idea of installing a windows service on each of the client machines whichever are using my .net application. This way I can perform a check on all those machines having the windows service up & running.
At my server, I would like to know which all clients are running my application. I need to ping the IP's of the clients (which are stored in our database) and if a reply is there, i need to check if the windows service is running on that IP. All this should happen in an interface and then show me the results as such which all machines are active and which are inactive.
Iam unable to come to a conclusion as of how to achieve this task. Please help me out with this.
Comment