AppPool recycle
Instead of restarting the IIS using IISReset, which would recycle all the AppPools on the server, you can just recycle the required AppPool using the following command:
%windir%\system32\cscript.exe c:\windows\system32\iisapp.vbs /a "[App Pool Name]" /r
You can create a shortcut for the above and add it to your toolbar
No comments:
Post a Comment