PDA

View Full Version : Where did my iisapp script go?


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)

bruce
01-24-2008, 09:10 AM
iis 7 has a lot for cool stuff that allow us to better administer the server. Learning curve is quite steep though.


Bruce

DiscountASP.NET
www.DiscountASP.NET (http://www.DiscountASP.NET)