T
Thomas Weiler
Hello,
I have a C# Application that runs on a IIS6. On the first machine I get
with the command:
Request.ServerVariables["AUTH_USER"]
the authorized user like MillerSte.
Now I put the hole application to another machine with the same System
(Windows 2003 Server) and also IIS. On the new machine I now get the
result: mydomain\MillerSte . For some reason the web server put the
domain name in this variable.
Can someone tell me where I can change this setting, so that the domain
name will not by shown in this variable like on the first machine?
Thanks for all answers.
I have a C# Application that runs on a IIS6. On the first machine I get
with the command:
Request.ServerVariables["AUTH_USER"]
the authorized user like MillerSte.
Now I put the hole application to another machine with the same System
(Windows 2003 Server) and also IIS. On the new machine I now get the
result: mydomain\MillerSte . For some reason the web server put the
domain name in this variable.
Can someone tell me where I can change this setting, so that the domain
name will not by shown in this variable like on the first machine?
Thanks for all answers.