Although you may have bucket loads of logging taking place in your web applications/sites, you may still feel the need to make use of the IIS 6.0 logs. Use the following steps to track down these hidden away log files:
- Open Internet Information Services (IIS 6.0)
- Right-click the desired web site and select properties
- On the Web Site tab, at the bottom is the Active Log Format; select the properties button next to it
- You'll now have a box that contains the log file directory and the log file name. Together they make the full log path.
Click the desired web site
On the right side in the "IIS" section there will be a logging icon. click it
you will find the log related information as below
In this window you can also change useful settings like what request/response details are recorded in the logs. Some useful options not selected by dfault are bytes sent, bytes received and referrer (useful for tracking 404s in certain cases).
No comments:
Post a Comment