Skip to content


Recycle application pool in Windows Server 2008

I usually use batch scripts for postbuild events when I develop SharePoint Features etc. since an application pool recycle is a lot faster than doing an iisreset.

Unfortunately my normal consome command to recycle an application pool no longer works.

I used:

c:\windows\system32\iisapp.vbs /a “SharePoint – 80″ /r

The new command to use in Windows Server 2008 is:

C:\Windows\System32\inetsrv\appcmd.exe recycle apppool “SharePoint – 80″

DeliciousDiggTwitterFacebookLinkedInTechNetStumbleUponNewsVineTechnorati FavoritesSlashdotMSDNShare

Related posts:

  1. Very loud sound (beep) using Windows Server 2008 and VMware
  2. Vista / Windows Server 2008 / Windows 7 activation problem: 0x8007232B – DNS name does not exist
  3. Find the w3wp.exe process ID for all application pools (Win7/2008)
  4. Windows failed to start. A recent hardware or software change might be the cause. (0xc0000225)
  5. Error Creating Control – Cannot Find Web Project File in Visual Studio 2008

Posted in Windows Server 2008.


0 Responses

Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.



Some HTML is OK

or, reply to this post via trackback.



Page optimized by WP Minify WordPress Plugin