-
Performance Counters and Security Exceptions
If you try to create a Performance Counter in ASP.NET, you will get a happy reply when you run it:System.Security.SecurityException: Requested registry access is not allowed. Simply, the ASPNET account doesn’t have access to the Registry to create them. There are several solutions, but the one I hear most is changing the context the ASPNET…
