IIS Log File Format
Microsoft Internet Information Server (IIS) log file format does not include any referrer or browser information.
Sample record:
192.168.114.201, —, 03/20/98, 7:55:20, W3SVC2, SALES1, 172.21.13.45, 4502, 163, 3223, 200, 0, GET, /intro.htm, —,
Each part of this log entry is described below.
| 192.168.114.201 |
IP address of the client (remote host) |
| - |
User name (client) |
| 03/20/98 |
Date of the request |
| 7:55:20 |
Time of the request |
| W3SVC2 |
Service name (server) |
| SALES1 |
Computer name (server) |
| 172.21.13.45 |
IP address of the server |
| 4502 |
Duration of request |
| 163 |
Bytes received from the client |
| 3223 |
Bytes returned to the client |
| 200 |
Status code sent back to the client |
| 0 |
Win32 error code (server) |
| GET |
Method used by the client |
| /intro.htm |
File requested by the client |
| - |
This field is not used |
|