Someone on our prod server had set the "Regular Time Interval" setting in the Recycling section to 0 on our app pool advanced properties. Well, I tried that on our dev server. And I get this error:
The 'Idle Time-out (minutes)' property of the application pool's process model must be less than the 'Regular Time Interval (minutes)' property of the application pool's period restart.
The Idle Time-out value in the Process Model section has a value of 20, just like our prod server. So what gives? How were we able to do the same thing in production but not on this attempt here? Is there a special value you need to specify to force a zero?