IIS 7 – How to See Log Entries for a Specific Website

iis-7logging

All IIS7 is telling me is a folder (i.e. C:\inetpub\logs\LogFiles) which contains a couple of subfolders.
How can I tell which subfolder/file I should look at?
What is the logic behind this folder/file structure?

BTW. A side question: Does MS provide any log viewer with a nice UI?

Best Answer

If you click on the Web Sites node in IIS Manager, there is a site Id. The log path will be c:\inetpub\logs\logfiles\w3svc{siteid}, or msftp{siteid} for ftp. (by default)

MS doesn't have a log viewer UI at this time but I'm sure there are plenty of them out there. MS has 'Log Parser' which rocks, but it's not a UI, it's just very powerful.

Related Topic