How To get Clients' IP
-
Hi All, I want to copy a file from our remotely located web server to clients' machine when they are visiting a particular page on my web site. But how do I get their IP address if they are connected through proxy, Dial-up or any other sort of internet connection? I need your valueble suggestions. Thank U all, Kiran
-
Hi All, I want to copy a file from our remotely located web server to clients' machine when they are visiting a particular page on my web site. But how do I get their IP address if they are connected through proxy, Dial-up or any other sort of internet connection? I need your valueble suggestions. Thank U all, Kiran
C# Request.ServerVariables["REMOTE_ADDR"] VB Request.ServerVariables("REMOTE_ADDR")
Good luck...: I love it when a plan comes together :. http://www.zonderpunt.nl
-
C# Request.ServerVariables["REMOTE_ADDR"] VB Request.ServerVariables("REMOTE_ADDR")
Good luck...: I love it when a plan comes together :. http://www.zonderpunt.nl