Using IIS7 can I get the IP that accessed a webpage at a certain time?
Such as 3:41:17 am? Not a programming question, but I need to track down whoever connected and trashed my web project. So please dont close this question.
Using IIS7 can I get the IP that accessed a webpage at a certain time?
Such as 3:41:17 am? Not a programming question, but I need to track down whoever connected and trashed my web project. So please dont close this question.
You would have to enable IIS logging. This is done at the web pool level and usually creates an extensive .txt file with data like Time, Response Size, URI requested, etc. As Dennis said IPs can be spoofed, and anonymous proxies used...