How Do I Log Access to IIS System?

  • Thread starter Thread starter Sean Imler
  • Start date Start date
S

Sean Imler

What I want is to simple look at access logs for IIS.

I set up TCP/IP and file details in the Performance
Monitor under Trace Logs. It created an .etl file that
nothing on my system can read. Have I set this up
incorrectly?

Is there a proper way?

TIA
-simler
 
Those files that you make in Perf. Are made to open up in "Perf". and if
you want to capture web traffic use the "Web" counters.
As far as logging IIS access why don't you set up logging in IIS manager,
click advanced and select the extended counters you want.
The logs are kept in Windir\system32\logfiles\W3SV_______
 
Back
Top