Microsoft
Software
Hardware
Network
Question : How do I programmatically set the idle-timeout for the IIS app pool?
Using Inno Setup, I need to make it such that an existing (or new) application pool will have a specific idle-timeout value. This needs to work for all versions of IIS.
My first approach was to use the adbutil.vbs file and execute a script via the command-line, but I am not aware of which parameter to set or how to set it.
Does anyone know, how to set the idle-timeout for the IIS app pool, programmatically, or via the command line?
Answer : How do I programmatically set the idle-timeout for the IIS app pool?
taken from
http://www.microsoft.com/t
echnet/pro
dtechnol/
W
indowsServ
er2003/Lib
rary/IIS/8
3b35271-c9
3c-49f4-b9
23-
7fdca6f
ae1cf.mspx
?mfr=true
cscript %SystemDrive%\Inetpub\Admi
nScripts\a
dsutil.vbs
set W3SVC/AppPools/Application
PoolName/I
dleTimeout
n
Random Solutions
Any web-designers use a test site?
VBA ole object wrapping
UNABLE TO EXPORT SCHEMA WITH EXP TOOL
How do you sum individual elements within one account in TSQL
SBS 2003 migration to new hardware
Convert matrix values to columns
Stop Error 0x0000007e on Server 2003
Exchange 2007 Command Shell: Public Folder Permissions
Cannot ping outside IP of Firebox
How to delete all relationships between tables before deleting tables within Access using VBA?