I have web site (coded in ASP.NET,c#) and I want to show IP based statistic information of it’s pages. I don’t want to use other analysis tools (like Google Analytics) .
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In your ASP.NET page you can use Request.UserHostAddress property to get the user’s IP address.
Also, you can use IIS logs (by default in C:\Windows\System32\LogFiles\W3SVCxxxxx….)