I am trying to track down some issue where users will randomly get prompted by IIS 7.5 for their security credentials. I have come across something in the Event Viewer that says
A worker process with process id of 'xxxx' serving application pool 'MyAppPoolName' was shutdown due to inactivity. Application Pool timeout configuration was set to 20 minutes. A new worker process will be started when needed.
So let's say that happens, and then a user comes in and hits the site. A new worker process gets started. Could this cause a prompt for credentials from IIS? I am using Windows Authentication with IIS.