Question
Request.Servervariables help needed
Hi,
I'm using the following code to reutrn the username of an authenticated
user:
<%=Request.ServerVariables("AUTH_USER")%>
The value this is returned is in the format domain\username
How can I change this so that it just returns the username and not the
domain?
Thanks,
Mintyman
P.S. I'm using ASP on IIS 6.0
I'm using the following code to reutrn the username of an authenticated
user:
<%=Request.ServerVariables("AUTH_USER")%>
The value this is returned is in the format domain\username
How can I change this so that it just returns the username and not the
domain?
Thanks,
Mintyman
P.S. I'm using ASP on IIS 6.0