Hello,
I am having a very strange problem. System got .Net 1.0, 1.1 and 2.0 installed. Performance counters are working for 1.0 and 1.1 but for 2.0 it is not recording anydata.
I tried following things:
1) http://support.microsoft.com/kb/267831
2)
net stop iisadmin /y
net stop "remote registry"
unlodctr ASP.NET_2.0.50727
unlodctr ASP.NET_64_2.0.50727
unlodctr ASP.NET
lodctr aspnet_perf.ini
lodctr aspnet_perf2.ini
net start iisadmin
This is not working. I checked IIS_WPG permission and it is OK. I am not sure apart from reinstalling .net 2.0 what else should I try? Performance counters are there but it is not recording any data. It displays "--" in min,max and avg value.
I am getting following errors in Application event log:
Event Type: Warning
Event Source: Perflib
Event Category: None
Event ID: 2003
Date: 6/11/2008
Time: 1:31:36 PM
User: N/A
Computer: XXXXXX
Description:
The configuration information of the performance library "C:\WINDOWS\system32\infoctrs.dll" for the "InetInfo" service does not match the trusted performance library information stored in the registry. The functions in this library will not be treated as trusted.
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Uday