Sign In | Register Now About Bytes | Help | Site Map
Connecting Tech Pros Worldwide

IIS6: See all logged in users

Question posted by: ShadowLocke (Member) on June 10th, 2008 01:23 PM
This may be more of a programming question, but Is there any way I can see what users if any are currently accessing my web app?

I need to be able to check if any users are on before I put out an update for the ASP.NET app since the update causes the app to recompile, losing all current session variables.

thanks in advance!
kenobewan's Avatar
kenobewan
Moderator
4,551 Posts
June 11th, 2008
11:51 AM
#2

Re: IIS6: See all logged in users
Quote:
This may be more of a programming question, but Is there any way I can see what users if any are currently accessing my web app?

I need to be able to check if any users are on before I put out an update for the ASP.NET app since the update causes the app to recompile, losing all current session variables.

thanks in advance!

Suggest that you do this programmtically, not sure you want to review logs files for this pupose. There is a flaw in your design if someone comes on while compiling. I usually pick a low traffic time, schedule the outage and put up a page notifying when the site will be avaliable again.

Reply
Reply
Not the answer you were looking for? Post your question . . .
189,873 Experts ready to help you find a solution.
Sign up for a free account, or Login (if you're already a member).

Latest Articles: Read & Comment
Top IIS Forum Contributors