Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > Performance Counters

Reply
Thread Tools

Performance Counters

 
 
=?Utf-8?B?Z3JhbGV0?=
Guest
Posts: n/a
 
      08-02-2006
Hi, I'm using the Microsoft Enterprise Library in my ASP .NET 1.1
application, but only the following app blocks:

Microsoft.Practices.Enterpriselibrary.Common
Microsoft.Practices.Enterpriselibrary.Configuratio n
Microsoft.Practices.Enterpriselibrary.ExceptionHan dling
Microsoft.Practices.Enterpriselibrary.ExceptionHan dling.Logging
Microsoft.Practices.Enterpriselibrary.Logging

I installed my app in a Windows 2000 Server, and I also installed these four
components:
Microsoft.Practices.Enterpriselibrary.Common
Microsoft.Practices.Enterpriselibrary.Configuratio n
Microsoft.Practices.Enterpriselibrary.ExceptionHan dling
Microsoft.Practices.Enterpriselibrary.Logging

So, my app uses an event log entry, and writes it correctly, however I get
two or four error events (plus my app event) almost every time my app writes
to the event log, these are the error events:

Source: Perflib
Description: Access to performance data was denied to ASPNET as attempted
from C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_ wp.exe

Source: Enterprise Library
Description: Failed to create instances of performance counter 'Distributor:
# of Logs Distributed/Sec' - Couldn't get process information from remote
machine.

Source: Enterprise Library
Description: Failed to create instances of performance counter 'Client # of
Logs Written/Sec' - Couldn't get process information from remote machine.

So, the ASPNET account doesn't have permissions to create instances of the
Enterprise Library performance counters, but, what can I do to give it that
permissions? or There is another way to resolve this problem??

Thanks.

--
__________________
Luis Graillet Ramos
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Performance Counters not working from ASP.NET Brian Newtz ASP .Net 0 12-13-2004 04:18 PM
Performance counters Dmitry Duginov ASP .Net 5 12-07-2004 12:58 AM
Re: ASP.NET Performance Counters are all zero ... ? Michael Carr ASP .Net 4 01-12-2004 04:30 PM
Re: ASP.NET Performance Counters are all zero ... ? Michael Carr ASP .Net 0 01-09-2004 03:15 AM
.NET Clr Data performance counters Erik Cruz ASP .Net 0 10-27-2003 02:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57