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

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -