My webserver has a number of IP addresses. My web site has a dedicated ip. I need to get my dedicated ip from a remote website. Now my question is how my client site is going to get my
dedicated ip address. They are using request.serverVariables("REMOTE_ADDR")
but they get only the ip address of the domain name server 1 instead of my dedicated ip. What is the problem? How do I fix this issue through asp.net?
Asked
Active
Viewed 268 times
0

Kevin
- 53,822
- 15
- 101
- 132
-
So you are making Request and they are using request.serverVariable("REMOTE_ADDR") to check Request is from you, is that correct? OR if its dedicated ip, can't they use this as constant or in config? – dipak Dec 14 '11 at 19:16
-
This link may be useful to you. http://stackoverflow.com/questions/735350/how-to-get-a-users-client-ip-address-in-asp-net – mehul9595 Dec 14 '11 at 19:20
-
yes. send http request and response. – user1098421 Dec 14 '11 at 19:32