Please Help, ASP.Net Performance counter
1. I have difficulties to get the "virtual directory" from a specified URL Address as "instance name" parameter in ASP.Net Performance counter.
2. when I try to test my performance counter to get performance data from some ASP.Net application with this code :
PerformanceCounter PC = new PerformanceCounter("ASP.Net Apps v1.1.432", "Request Total"," _lm_w3svc_1_root_PerfMeas");
it return error telling that no instance name "_lm_w3svc_1_root_PerfMeas". But when I run this code from the "PerfMeas Application" in can run nicely.
if you af any reference about this problem please inform me.

