c# - How to Get Asp.net Application Instance Name on IIS -


how application instance name on iis performance monitor counters? this:

_lm_w3svc_16_root 

short answer, use:

system.web.hosting.hostingenvironment.applicationid 

Comments

Popular posts from this blog

My HTML document is not linking to my CSS stylesheet properly -

php array slice every 2th rule -

node.js - Sending sockets to client side, Error: Converting circular structure to JSON -