IIS 7.0 Application Pool Recycling log files

iis-7recycle

Which event log files does the IIS 7.0 Application Pool Recycling log to?
I want to check out at what time the default app pool automatically recylces.

Best Answer

They are logged in the Windows Event Viewer. On Win7 they are in Windows Logs > System - filter for Source = WAS

A typical message may read:

A worker process with process id of '5916' serving application pool 'DefaultAppPool' was shutdown due to inactivity. Application Pool timeout configuration was set to 20 minutes. A new worker process will be started when needed.