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

c++ - How to add Crypto++ library to Qt project -

c++ - Serialize a class with a Qlist of custom classes as member (using QDataStream) -

Read video using VideoReader function in Matlab? -