Thanks
Reverse DNS.
--
_______________________________________________________
aaron bertrand [active server pages mvp]
http://www.swynk.com/friends/bertrand/
No matter how much you idiot-proof something,
nature will make a better idiot.
_______________________________________________________
In article <7l8175$2n...@news.abbott.com>,
"Todd A Cohen" <Todd....@abbott.com> wrote:
> I am using the Request.ServerVariables("REMOTE_HOST") function in an
ASP
> page. Unfortunately what it returns is the TCP/IP address of the
client, not
> the clients name. Any idea what I need to do to get the name of hte
PC?
>
> Thanks
>
>
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
Antonin Foller
Todd A Cohen <Todd....@abbott.com> wrote in message
news:7l8175$2n...@news.abbott.com...
>Parse the ServerVariable("HTTP_REFERER") return
>
But this is an optional parameter in HTTP, so you really can't count on it
The same goes for reverse DNS :
- Not all IP's have a name
- What with proxy servers
- Takes a while to process
Peter
Computers are great but you have to know how to control them.