c# - IIS6 App Pool state -


i wondering if there way capture state of iis6 app pool using directoryentry in c#?

i have seen people use apppoolstate iis7 there equivalent work iis6? or need use different namespace?

edit: there display string status? apppoolstate looks accepts integers.

looks you'd use same property: check status of application pool (iis 6) c#


Comments

Popular posts from this blog

sql - text truncated using perl DBI insert -

c++ - Is it possible to compile a VST on linux? -

php - Pass object by reference or value -