lema Posted February 10, 2012 Posted February 10, 2012 (edited) Hi. I followed the wizard on: http://www.unigui.com/doc/online_help/index.html?iis_7_0.htm When I tried to change the 'Regular Time Interval' to 0 (Application Pool's Advanced settings dialog), I got the following message: 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. By default the property values are: 'Idle Time-out (minutes)' = 5 'Regular Time Interval (minutes)' = 1740 I am deploying an Isapi dll on IIS 7.5 / Windows Server 2008 R2. My application is working , but I wonder what is the best way to create the Application Pool.. TIA, Lefteris. ----EDIT---- This is bug in the IIS configuration utility. I changed the value with the following: c:\Windows\SysWOW64\inetsrv\appcmd.exe set config -section:system.applicationHost/applicationPools /[name=myPool].recycling.periodicRestart.time:"00:00:00" /commit:apphost Edited February 11, 2012 by lema Quote
LJDP Posted February 11, 2012 Posted February 11, 2012 True, in iis 7 I put the "Process Model -> Idle Time out (minutes)" with 0. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.