I'm using AppInsight for IIS and I was asked if it can show the users connected to the web server. They like that they can see the connection count but wondered if there's a way to see who's logged in.
IIS AppInsight is not going to give you actual user names, this is far beyond the scope of the tool.
You would need to look at the IIS logs or the windows security log and write a script and build a listing of that output or get a tool like SmarterStats Website Analytics, SEO and Site Optimization Software
Below is the information you will get about users with AppInsight for IIS:
Thanks! I had a feeling that was going to be the answer.
Thanks for the quick response. I was looking for a list of users instead of the count of connections