If I wanted to see if there are any users currently on my web site, how would I go about doing this? (Excluding netstat) The server is Win Server 2008/IIS 7
Thanks
Kevin
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The IIS Performance Counters and IIS Logs are really the best guage for this, but a simple trick is to write an HTTPModule that keeps a hashtable of recent activity. This can simply keep a list of user ids (if they are authenticated), last accessed time, page requested, etc… This could be visuaized with a simple AXD path.