I want to know how many users are connected to the IIS web server at any time on a simple .net page. Is there a way to use a native .net class in 3.5 that will tell me this information? I want to create a simple web page that will give me the total number of users / open sessions at a given time.
I am currently using Perfmon to get this information, however I want to create a simple web page to get this information
Appreciate your help.
Thanks in advance.
Niraj
niraj source
share