Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by masaville

  1. masaville

    request.servervariables("remote_addr") returning server IP address

    Yes. New host has 216.251.42.39 as the remote_addr and the remote_host. That's the server's IP. The old host shows 24.86.30.115 for remote_addr and remote_host, which is my IP. We use the remote_addr script to detect the visitor's IP for redirection.
  2. masaville

    request.servervariables("remote_addr") returning server IP address

    Hi Scheco, Thanks for your post. I run that script. On the old server (IIS 5.0) it reports the remote_addr as the visitor's IP. On the new server it reports it as server's IP. Not sure where to look at this point. All the other ASP code works except for remote_addr. I presume this has...
  3. masaville

    request.servervariables("remote_addr") returning server IP address

    We host remotely and are transferring our site from one server to another. All of our ASP code is working, except I have found that 'request.servervariables("REMOTE_ADDR")' is returning the server's IP address instead of the visitors. I set up two identical pages on both servers to verify it...

Part and Inventory Search

Back
Top