Hi experts.
Here's situation I'm in. In an ASP page on IIS server I need to retrieve user domain name and user machine name and put into a database.
Request.ServerVariables gives me only username and IP address of user's machine.
Based on those two pieces of info (LOGON_USER & REMOTE_HOST), how can I retreive domain name and user's machine name?
Tried couple of WHS scripts but that didn't work.
Any ideas are greatly appreciated.
Thanks
Here's situation I'm in. In an ASP page on IIS server I need to retrieve user domain name and user machine name and put into a database.
Request.ServerVariables gives me only username and IP address of user's machine.
Based on those two pieces of info (LOGON_USER & REMOTE_HOST), how can I retreive domain name and user's machine name?
Tried couple of WHS scripts but that didn't work.
Any ideas are greatly appreciated.
Thanks