Why does ServerVariable["REMOTE_ADDR"] returns the server IP?
I have the following code: string ip = Request.ServerVariables["REMOTE_ADDR"]; Which, in the test environment does return the user IP addrress, but when we deploy the website to production, this
stackoverflow.com