Wednesday, August 27, 2008

Recycling IIS Application pool from command line

Quick Tip:
You want to recycle your IIS Application Pool

Command Line:

"%windir%\system32\iisapp.vbs" /a "SharePoint - 80" /r


where "SharePoint - 80" is the application to recycle.

0 comments: