L
londonboy
If my win2k users are already logged into a domain, using ie5 i was
able to set iis up to automatically to get the
Request.ServerVariables("LOGON_USER")
by forcing this:
Response.Status = "401 Unauthorized"
In ie6 + this now results in a pop up prompting domain username and
password.
is there a way to do this without prompting? I would think so as the
user has already logged into the domian in windows!
thanks in advance
able to set iis up to automatically to get the
Request.ServerVariables("LOGON_USER")
by forcing this:
Response.Status = "401 Unauthorized"
In ie6 + this now results in a pop up prompting domain username and
password.
is there a way to do this without prompting? I would think so as the
user has already logged into the domian in windows!
thanks in advance