Iis – Does IIS have a log

iisloggingwindows-event-log

I have a secure web site but I did not configure permissions to let the IIS worker process access the respective machine certificate's private key. Naturally, navigation to the site does not work.

I want to know how can one troubleshoot this situation? I cannot find any relevant logs. I mean, I do have the logs in c:\inetpub\logs\LogFiles\W3SVC1\, but I have yet to discover any meaningful information there…

I need it for IIS6 and IIS7.

Best Answer

Hope this isn't over simplistic. There are website logs, which log HTTP and such request. If do this on a site level, you'll need to enable that, done very simply through IIS7 by going to site in features views, open logging, and click enable on the right.

For IIS6: http://support.microsoft.com/kb/313437

alt text

There are also logs generated by IIS that are put into the Application Log of the server dealing w/ .Net and such, and some in the system log dealing with app pools, the actual .exes of the worker processes. If you have Server 2008, it's really easy to drill down to view those logs. Go into Server Manager, Roles, Web Server and box is a pre-filter log for your viewing pleasure.