How can I find number of visitors/users at my site (IIS7/asp.net) at any given moment?

Posted by Børge on Stack Overflow See other posts from Stack Overflow or by Børge
Published on 2010-04-27T09:01:08Z Indexed on 2010/04/27 9:03 UTC
Read the original article Hit count: 393

Filed under:
|
|

I need to display how many users are browsing my site. The site is running on iis7, and we are using asp.net 3.5.

Is the number of active sessions a good way to go? The number does not need to be very accurate.

No history is needed, I just want to know how many users are "online" right now.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about iis7