IIS 7.0 Application Pool Recycling log files

Julius A picture Julius A · Aug 1, 2011 · Viewed 7.4k times · Source

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.

Answer

Barry Kaye picture Barry Kaye · Aug 1, 2011

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.