wisemx
01-23-2008, 02:00 AM
Where did my iisapp script go?
http://weblogs.asp.net/steveschofield/archive/2008/01/23/iis7-post-61-where-did-my-iisapp-script-go.aspx said...
As more IIS 6 administrators migrate toIIS 7.0, they'll ask the question,Where is the script to list my application pool and name of the site?
IISApp is no more, just type
%windir%\system32\inetsrv\appcmd.exe list wp
Here is sample output.
WP "6488" (applicationPool:Classic .NET AppPool)
http://weblogs.asp.net/steveschofield/archive/2008/01/23/iis7-post-61-where-did-my-iisapp-script-go.aspx said...
As more IIS 6 administrators migrate toIIS 7.0, they'll ask the question,Where is the script to list my application pool and name of the site?
IISApp is no more, just type
%windir%\system32\inetsrv\appcmd.exe list wp
Here is sample output.
WP "6488" (applicationPool:Classic .NET AppPool)