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!
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!
Comment