Hey guys, please help. I need to pull the userID of the person that is currently logged into the system. We've got an ASP.NET page here that shows the UserID but I can't see the code that's doing it. I don't want .net, I net to do this in ASP. The user will be logged into Windows using active directory and I want to pull out that username that they logged in with and look that up in a database to determine access before letting them view the webpage.
Its depend on your coding structure, there is different ways to find out who is logged in now you can get the logged in user ID or email address from database