Secure an ASP.NET Application Using limit for number of logins
问题 I am trying to find a solution to control the number of logins on asp.net application. I need to install the application in the client server, and set the number of licences. e.g. only 10 users are allowed to access the app. Every time someone tries to login I need to check how many user are logged in, compare with the total allowed then authorize that user to proceed. I tried with Certificate, but I couldn't see where to match the number of logged in users with the max number of allowed user