by michaellotter24. July 2008 00:42
Yesterday I was working on some SharePoint development and noticed that my machine was running slower after doing a Solution retraction and I wanted to confirm that the IIS application pools were being recycled. I went to the command prompt and typed in IISAPP and it came back and gave me the below error.
'iisapp' is not recognized as an internal or external command, operable program or batch file.
I was sort of taken back a little at first but then I thought they must of changed the name or something wasn't installed because of IIS7. So I did a quick search and found this blog post telling me that the script was no longer there but the following command can be used instead at the command line prompt.
%windir%\system32\inetsrv\appcmd.exe list wp
Personally that's a lot to remember but I guess something is better than nothing.
Cheers,
Michael
by michaellotter3. July 2008 02:06