Showing posts with label Application Pool. Show all posts
Showing posts with label Application Pool. Show all posts

January 26, 2014

Recycle app pool on specific date time command line

Recycle/Reset application  pool aka App pool on specific date time from command line

I have not found direct solution resetting app pool on specific date time. you can use following commands you can achieve it.

%windir%\system32\inetsrv/appcmd recycle apppool /apppool.name:rajMittal

you can put above command in batch file and schedule it using Windows Scheduler.