Click here to Skip to main content
16,022,737 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more: (untagged)
Hey guys,

Is it possible to get the number of current connections to a website using .net?

If so, what's the assembly I need for it, I haven't managed to find anything through google yet, but I may be using all the wrong terms...


Thanks in advance.

Mark
Posted

1 solution

AFAIK you have to keep track of this yourself using the Session_Start and Session_End event handlers in global.asax - somethign along these lines[^]
 
Share this answer
 


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900