熱門文章

星期四, 3月 24, 2011

IIS Recycle AppPool List AppPool

IIS 6
iisapp /a DefaultAppPool /r
c:\windows\system32\iisapp.vbs /a YourPoolName /r
cscript.exe c:\windows\system32\iisapp.vbs /a YourPoolName /r

IIS7
appcmd recycle apppool "MyAppPool"
%windir%\system32\inetsrv\appcmd.exe recycle apppool "MyAppPool"

列出
IIS6
iisapp

IIS7
appcmd.exe list wp