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
How do i bind List<String> to GridView
SharePoint Document Library
how to drop existing connection ?
Extracting information from jBASE
Backup Script
IOS versions
Locking cells on an Excel Spreadsheet
Disable Catch all on Exchange 2007
Can’t run GUI using ssh –Y
How to get all child class or classes that implements an abstract class?