Hi ASP Gurus,
Please help me solving my problem.
I am trying to get the clients IP address but I am not able to do it
successfully. I have tried:
Request.ServerV ariables("http_ user_agent")
Request.ServerV ariable("remote _addr")
But I am getting something like '125.1.1*'
What do I need to get the IP address assigned my the ISP.
I'll appreciate any help you can provide.
Thanks, Mark
Please help me solving my problem.
I am trying to get the clients IP address but I am not able to do it
successfully. I have tried:
Request.ServerV ariables("http_ user_agent")
Request.ServerV ariable("remote _addr")
But I am getting something like '125.1.1*'
What do I need to get the IP address assigned my the ISP.
I'll appreciate any help you can provide.
Thanks, Mark
Comment