c# - How To Discover AppPool Properties For Running Web App -


i know how programmatically discover , enumerate properties of application pool being used run c# web site in order can test properties of app pool against set of expectations , report results. environment .net 4 or later , iis 7 or later.

i wondering whether there facilities built-in framework this, or whether dependent on assembly present on servers iis installed.


Comments

Popular posts from this blog

Pull out data related to my apps from Android Play Store and iOS App Store -

Change php variable from jquery value using ajax (same page) -

How can I fetch data from a web server in an android application? -