查看IIS日志

版权声明:原创作品,允许转载,转载时请务必以超链接形式标明文章原始出版、作者信息和本声明。否则将追究法律责任。http://blog.csdn.net/mayongzhan - 马永占,myz,mayongzhan


windows “\system32\LogFiles\W3SVC1 "
以日期命名的log
ex080229.log
例如
#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2008-02-29 00:03:28
#Fields: time c-ip cs-method cs-uri-stem sc-status
00:03:28 127.0.0.1 GET /announce 404
00:03:28 127.0.0.1 GET /announce 404
#Software: Microsoft Internet Information Services 5.1
#Version: 1.0
#Date: 2008-02-29 02:59:02
#Fields: time c-ip cs-method cs-uri-stem sc-status
02:59:02 192.168.1.150 GET / 200
02:59:02 192.168.1.150 GET /favicon.ico 404
03:10:28 192.168.1.150 GET / 200
03:15:33 127.0.0.1 GET /HTMLPage.htm 200
03:15:56 202.108.176.136 POST /Receive.aspx 200
03:15:56 127.0.0.1 POST /Test.aspx 200
03:16:48 202.108.176.136 POST /Receive.aspx 200
03:16:48 127.0.0.1 POST /Test.aspx 200
03:17:43 202.108.176.136 POST /Receive.aspx 200
03:17:43 127.0.0.1 POST /Test.aspx 200
03:22:18 127.0.0.1 GET /HTMLPage.htm 304
03:22:24 202.108.176.136 POST /Receive.aspx 200
03:22:24 127.0.0.1 POST /Test.aspx 200

你可能感兴趣的:(c,windows,Microsoft,IIS,出版)