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