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 windows 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.
Lcase(Replace(Request.ServerVariables("AUTH_USER"), "DM_MONTYNT\", ""))
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 windows 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.
Lcase(Replace(Request.ServerVariables("AUTH_USER"), "DM_MONTYNT\", ""))