Obtaining client info when using no authentication
ASP.NET
1
Posts
1
Posters
0
Views
1
Watching
-
Hi I need to know who is viewing an ASP.Net page without the user knowing it. I can get the client IP address and host name(sometimes) but would like to get the username of the person logged in or any other info that identifies the person. I know that this is possible if I am using Windows authentication or forms based authentication but I am using no authentication with anonymous access. Any ideas on how to get this info without asking the person to log in? Thanks
There are 10 types of people in the world, those who understand binary and those who dont.