Blog Stats
  • Posts - 94
  • Articles - 0
  • Comments - 10
  • Trackbacks - 0

 

Recycle an Application Pool from the Command Line

Sometimes it is a whole lot nicer to recycle the specific Application Pool of concern rather than recycling IIS with "iisreset".

There is a handy script in %windir%\system32 called iisapp.vbs and you can just run :

D:\>C:\WINDOWS\System32\iisapp.vbs /a "My Pool" /r
Connecting to server ...Done.
Application pool 'My Pool' recycled successfully.


Feedback

No comments posted yet.


Post a comment





 

Please add 4 and 5 and type the answer here:

 

 

Copyright © Greg Steen