Hi,
I need to know if specific pool name is status START or STOP.
In my code c# for to Start iis pool, i write
C:\WINDOWS\system32\inetsrv\appcmd " START apppool /apppool.name:"+PoolName
Now i want to know this pool status,
How I do?
thank you
Hi,
I need to know if specific pool name is status START or STOP.
In my code c# for to Start iis pool, i write
C:\WINDOWS\system32\inetsrv\appcmd " START apppool /apppool.name:"+PoolName
Now i want to know this pool status,
How I do?
thank you