Can anyone help me. I have a small set of code that gets the windows user name & sets it into a URL. The URL then passes that to a browser login & logs my users in (this already works). The small problem I am having is I need to convert the username to Lower case & strip out the doamin name, so that I end up with just the raw lowercase indows username. This is what I have so far. I am sure its just my syntax as I have done this before but it was a long time ago.
Code:
username=<%Response.Write(Request.ServerVariables("AUTH_USER"))%>">
Comment