Hello All,
I wanted to capture IP addresses of the computer accessing my website. I googled for the same and found some answers.
I tried ,
Request.UserHos tAddress
and
Request.ServerV ariables("remot e_addr") .
I'm very much able to capture the IPs', however, it is limited to the intranet IPs' and not able to capture the external IP.
I know that there would be IP spoofind and all, but that's okay as we restrict our users to corporate sector and not the domestic users.
Any suggestions would be highly apprecitated.
Thanks in advance.
I wanted to capture IP addresses of the computer accessing my website. I googled for the same and found some answers.
I tried ,
Request.UserHos tAddress
and
Request.ServerV ariables("remot e_addr") .
I'm very much able to capture the IPs', however, it is limited to the intranet IPs' and not able to capture the external IP.
I know that there would be IP spoofind and all, but that's okay as we restrict our users to corporate sector and not the domestic users.
Any suggestions would be highly apprecitated.
Thanks in advance.
Comment