Difference between different asp.net and asp.net application performance attribute groups
Hi,
I'm measuring an asp.net application performance with Asp.Net and Asp.Net Applications performance objects of Perfmon Utility. I've deployed 2 same Asp.Net application on my machine, the only difference is one is developed using Asp.Net 1.1 and the other is developed using Asp.Net 2.0. Through observation I've noticed one thing that's when I measure performance of Asp.Net 1.1 application, Asp.Net and Asp.Net Application attribute group doesn't show any values while Asp.Net 1.1.4322 and Asp.Net Apps 1.1.4322 performance object show some values related to aplication. Same way when I measure performance of Asp.Net 2.0 application, Asp.Net and Asp.Net Application attribute group show any values those are same as Asp.Net 2.0 and Asp.Net Apps 2.0 performance object.
My understanding for this is Asp.Net and Asp.Net Applications are generic attribute group and they should refelect values of both attribute groups (Asp.Net 1.1.4322 and Asp.Net 2.0 as well Asp.net Apps 1.1.4322 and Asp.Net Apps 2.0). I've all 3 versions of .Net installed on my machine.
Can anyone make me clear on which attribute group to use for measuring performance of various Asp.Net Application i.e. Generic one or Version Specific?
One more query is when I measure performannce of Asp.Net 1.1 application for Asp.Net Apps 1.1.4322 attribute group it shows me only one instance _Total_, while in case of Asp.Net 2.0 aplication Asp.Net Apps 2.0 attribute group shows _Total_ as well application specific instance. Can anyone make me clear on why it's not showing application specific instance for Asp.Net Apps 1.1.4322?

