Hello,
My company's computers logon with the following information:
DS/tyu123
Is there a way to change the following code to incorporate the prefix, "DS/"?
if Request.ServerVariables("LOGON_USER")<>"" then
Session("UserID") = Request.ServerVariables("LOGON_USER")
Session("AccessLevel") = ACCESS_LEVEL_USER
Response.Redirect "pc_NEW_NAPC_dashboard_list.asp"
response.end
end if