Click here to Skip to main content
15,909,939 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi,

i want know the track IP address, Country, ISP, Browser and other details in client system. user's come to my site track for my security.

If you any information about this ,share the information for me.


Thanks in Advance.
Posted

1 solution

Hi koti,

you can do this one like this

C#
string browser = Request.Browser.Browser;//browser

            string HostAddress = Request.UserHostAddress;// HostAddress


Thanks,
Naresh.G
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900