How to get the number of users connected to IIS at any time?

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

+3
source share
2 answers

1: ( ), PerformanceCounter, , .

0: msdn artically , asp.net( , ).

- = > = >

.

+3

IIS7, , Microsoft.Web.Administration . , , , - , .

0

All Articles