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″
Related posts:
- Vista / Windows Server 2008 / Windows 7 activation problem: 0×8007232B – DNS name does not exist
- Very loud sound (beep) using Windows Server 2008 and VMware
- Windows failed to start. A recent hardware or software change might be the cause. (0xc0000225)
- Error Creating Control – Cannot Find Web Project File in Visual Studio 2008
0 Responses
Stay in touch with the conversation, subscribe to the RSS feed for comments on this post.