Hello there,
I want to get PC username with what users loins in their PC ... i try with ->> Request.ServerVariables("LOGON_USER"
; but this sometimes is working , sometimes not ... most of the time no. With :
Set ObjNet = CreateObject("WScript.Network"
gsUserName = objNet.UserName
is giving me Username of PC/Server where asp page is posted .. but me I need username or computername of user PC while he opens login page.
Rgds,
ZuZa.
I want to get PC username with what users loins in their PC ... i try with ->> Request.ServerVariables("LOGON_USER"
Set ObjNet = CreateObject("WScript.Network"
gsUserName = objNet.UserName
is giving me Username of PC/Server where asp page is posted .. but me I need username or computername of user PC while he opens login page.
Rgds,
ZuZa.