You can use wget.exe:
Showing posts with label Command Line Tools. Show all posts
Showing posts with label Command Line Tools. Show all posts
Wednesday, December 26, 2012
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).
Subscribe to:
Posts (Atom)