Computername

How can I display the hosting computername on the website, We have 2 servers
and I want to know which server I'm getting the asp pages from.

View Replies


ADVERTISEMENT

How To Grap Computername

I'm looking for at asp script that grap the clients computername when they access a local http site. The client and server is in a local domaine.

View Replies View Related

Get Client's ComputerName

Is there a way to get the clients computername through ASP??

View Replies View Related

ComputerName Of Remote User

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("WScript.Network")
response.write (wshNetwork.ComputerName)

Also tried this and I get a permissions error.

Set Sys = CreateObject("ADSystemInfo")
response.write (sys.ComputerName)

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved