I have been trying to figure this out but cannot find a reliable way to get a clients IP address when making a request to a page in asp.net that works with all servers.
|
|
One method is to use Request object:
|
||
|
|
|
|
This question has been asked before. Check these links out:- HTH. (vote to close this). |
||
|
|
|
|
Request.ServerVariables("REMOTE_ADDR") |
||
|
|
