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″

  • Delicious
  • Digg
  • Twitter
  • Facebook
  • LinkedIn
  • TechNet
  • StumbleUpon
  • NewsVine
  • Technorati Favorites
  • Slashdot
  • MSDN
  • Share/Bookmark

Related posts:

  1. Vista / Windows Server 2008 / Windows 7 activation problem: 0×8007232B – DNS name does not exist
  2. Very loud sound (beep) using Windows Server 2008 and VMware
  3. Windows failed to start. A recent hardware or software change might be the cause. (0xc0000225)
  4. 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.