Request.ServerVariables("LOGON_USER") Reports web server login not client

J

Jeff Cochran

First time I've seen this and I'm not even sure where to look for the
answer. An ASP page with only this code:

<% Response.Write "User: " & Request.ServerVariables("LOGON_USER") %>

On most systems returns the domain\userID for the user on the
workstation, as expected. But I have one workstation (at least) where
this returns the domain\ID of whatever account is logged into the web
server.

This is an intranet and an AD domain but I don't think that matters.
It's also machine specific, the same user logged in at another system
works fine. Nothing else strange on the system that I know of, XP,
SP2, current on critical updates, no firewall enabled.

Any suggestions?

Jeff
 
R

Ray Costanzo [MVP]

That's odd, Jeff. What comes up when no one is logged on to the server?
What does Request.ServerVariables("AUTH_USER") return? Does this person
have any sort of paranoia software installed, like Zone Alarm or anything?

Ray at work
 
J

Jeff Cochran

That's odd, Jeff. What comes up when no one is logged on to the server?
What does Request.ServerVariables("AUTH_USER") return? Does this person
have any sort of paranoia software installed, like Zone Alarm or anything?

AUTH_USER has the same results. Digest authentication doesn't chnage
this either. No paranoia software, user is local admin. I now have
found a second system that behaves this way. Still no known reason.

Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top