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
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