Tip: Recycle IIS Application Pool

As a developer, quite often you may have to recycle the application pool. IISReset is an option, alternatively you can just recycle a particular application pool.

Denny has a tip to just get this done!

cscript c:windowssystem32iisapp.vbs /a “[App_Pool_Name]” /r

Source

No comments so far

  1. Pr0fess0rX October 11, 2008 8:25 pm

    but the problen that i can’t find the file “iisapp.vbs” !?
    BTW: i have Windows Server 2008

Leave a comment