Jonathon Frost posted about how to recycle the app pool from the command line, vice restarting IIS, which takes 80% longer. This saves you a few seconds of waiting, which might sound trivial, but when you are doing backend SP development and continually GACing the dll on which you are working and restarting iis it can really add up.
cscript c:\windows\system32\iisapp.vbs /a "[App_Pool_Name]" /r
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment