I created an Intranet website, and I want to retrieve the network user's username/userid when he/she accesses to my website without prompting them the login screen.
I use this line of code in my asp file:
username = request.servervariables("LOGON_USER") or
username = request.servervariables("REMOTE_USER")
But it return nothing.
I wonder what wrong, and do we have other way to get the username/userid.
Thanks.....
Mike