Forum Moderators: open
I am a bit confused here.... can you decode this?
2003-04-02 21:32:49 199.125.14.253 - 192.168.20.11 80 GET /Default.aspx - 200 IUSA+Browser
>>> 199.125.14.253 - 192.168.20.11
Is this a range of URLs, or two URLs you saw this come in on?
>>>> 200 IUSA+Browser
Is 200 the code and IUSA+Browser the UA?
Thanks!
Dave
2003-04-02 = Date of Request
21:32:49 = Time of Request (seems to be in GMT actually)
199.125.14.253 = IP of Sender
192.168.20.11 = Our Server IP
80 = Port
GET = Method
/default.aspx = Page Requested
- = Query String
200 = Status
IUSA+Browser = UserAgent
IIS' logs are Space Delimited, so if there's a space anywhere in any fields, it adds a "+". So, the browser was IUSA Browser, not IUSA+Browser
Hope that helps
Scott