I have an ASP.NET website hosted in-house server. My website doesn't have any way to track all the visitors. Is there any way to track / get log of all t he external IP addresses of visitors who have visited / currently visiting my website ?
By google, i found out that IIS keeps a log and i check the log here: C:\WINDOWS\system32\LogFiles\W3SVC1
By in every log the IP address is same "192.168.40.98", why ?
I want external IP address of all the visitors on my website. any help ?
↧