Tuesday, November 6, 2007

Sharepoint: Two methods for Restarting an Application Pool

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)

No comments: