FlyingL0
06-02-2003, 01:50 PM
Is there anyway I can get a persons login name from the active directory? Right now Im using the login they type to enter the proxy... the code is below.
username = Ucase(Request.Servervariables("logon_user"))
However I would like to use the active directory instead.
username = Ucase(Request.Servervariables("logon_user"))
However I would like to use the active directory instead.