PeriodicRestartTime
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iissd...is/alph
ADSUTIL.VBS is a useful tool to see the exact property(s) toggled by the UI.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisre...tm/Comm
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Leo" <Leo.DeleteThis@discussions.microsoft.com> wrote in message
news:E0F7DA0B-59D6-4079-B1EB-4B10F692B1CD@microsoft.com...
I create my application pools using ADSI and the IIsApplicationPool object.
I
am able to customize each pool using the properties of the
IIsApplicationPool, with the exception of the "Recyle Woker Processes (in
minutes)". I'd like to turn this setting off. Would you know what property
of
the IIsApplicationPool control this setting? Do you know of a good reference
that I can use to see the mapping for the Application Pool settings I see in
IIS Manager and the corresponding way of controlling them programatically in
either ASDI or WMI?
Thanks