First :What's the difference between
Request.ServerVariables("REMOTE_ADDR")
AND
Request.ServerVariables("REMOTE_HOST")
They both seem to return the IP of the user connecting to the site.
Second : How do I get the Name Address ( example : modemcable215.51-242-08.mc.videotron.ca ). There's a good example at : .
Request.ServerVariables("REMOTE_ADDR")
AND
Request.ServerVariables("REMOTE_HOST")
They both seem to return the IP of the user connecting to the site.
Second : How do I get the Name Address ( example : modemcable215.51-242-08.mc.videotron.ca ). There's a good example at : .