Hi... I am having a web application built using ASP and Asp.Net.I want to restrict number of users accessing this website.There are ways available separately ASP and ASP.NEt but,not for combination of these two. MayI know if I could just use Application["somename"] in global.asax
One more thing is when a user leaves the application, which means the session times out, user logs out on his own, or closed the browser I want to make sure that the Application["somename"] gets reduced. How to track these cases?