IIS6: See all logged in users

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ShadowLocke
    New Member
    • Jan 2008
    • 116

    IIS6: See all logged in users

    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
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Originally posted by ShadowLocke
    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.

    Comment

    Working...