Monday, December 24, 2012

Recycle IIS app pool using the command line

To recycle an application pool on demand, run:

appcmd recycle apppool /apppool.name:string

… where string is the name of the application pool that you want to recycle (Source).

No comments: