F
Fox
Hi,
Windows 2000 Server
IIS 5.0
These logins are via web site.
I have several folders where I need to log in.
I am also using
Request.ServerVariables("AUTH_USER")
in some of the files to further control security.
When I go to this one folder it is logging me in as
"fox"
the other folder is loggin my in as
"machinename/fox"
I am finding this out by using
Response.Write(Request.ServerVariables("AUTH_USER"))
The folder's and the file's security settings are identical
unless I am overlooking something. What can be happening
here? I need to get these to both be the same.
Thanks,
Fox
Windows 2000 Server
IIS 5.0
These logins are via web site.
I have several folders where I need to log in.
I am also using
Request.ServerVariables("AUTH_USER")
in some of the files to further control security.
When I go to this one folder it is logging me in as
"fox"
the other folder is loggin my in as
"machinename/fox"
I am finding this out by using
Response.Write(Request.ServerVariables("AUTH_USER"))
The folder's and the file's security settings are identical
unless I am overlooking something. What can be happening
here? I need to get these to both be the same.
Thanks,
Fox