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 using the code below.
Hello visitor from IP <%= Request.ServerVariables("REMOTE_ADDR") %>
Any idea why the new server would return the server's IP instead of the visitors?
Hello visitor from IP <%= Request.ServerVariables("REMOTE_ADDR") %>
Any idea why the new server would return the server's IP instead of the visitors?