cmdapp.exe for IIS wp


This is for IIS7. for old IIS, we still use iisapp.exe


@echo off c: cd\ cd %windir%\system32\inetsrv\ appcmd.exe list wp pause
 
 
you can get the wp and pid, its own application pool name.

你可能感兴趣的:(cmdapp.exe for IIS wp)