I am attempting to retrieve the computer name of a remote user accessing our
websever. I have tried the following and both don't work. Any ideas?
Returns the webserver computer name
Set WshNetwork = CreateObject("W Script.Network" )
response.write (wshNetwork.Com puterName)
Also tried this and I get a permissions error.
Set Sys = CreateObject("A DSystemInfo")
response.write (sys.ComputerNa me)
websever. I have tried the following and both don't work. Any ideas?
Returns the webserver computer name
Set WshNetwork = CreateObject("W Script.Network" )
response.write (wshNetwork.Com puterName)
Also tried this and I get a permissions error.
Set Sys = CreateObject("A DSystemInfo")
response.write (sys.ComputerNa me)
Comment