find how many users are presently connected to an .net web application
-
how to - find how many users are presently connected to an .net web application? dose IIS has any bulit-in functionality which shows this info, like TOMCAT? or you need to have some other method, may be having another application? please someone answer ASAP. for me its urgent and important. you may also suggest me a link where I can or I have to find this info. Thank you in advance. CA Keer.
-
how to - find how many users are presently connected to an .net web application? dose IIS has any bulit-in functionality which shows this info, like TOMCAT? or you need to have some other method, may be having another application? please someone answer ASAP. for me its urgent and important. you may also suggest me a link where I can or I have to find this info. Thank you in advance. CA Keer.
-
I did it long time ago. I used XML file. As far as I can remember when a new session starts log it to the XML file and when ever session ends remove it from the XML file. I think it was in the Global.asax file.