Two different methods for restarting an application pool
1) IISRESET
-this restarts all the processes associated with IIS
2) cscript.exe c:\windows\system32\iisapp.vbs /a ""DefaultAppPool"
- This restarts a specific application npool (/a parameter with the name of IIS application pool)
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment