Is it possible to access the processor, RAM and ASP.NET performance counter from a web application through any API? When I call it with a method System.Diagnostics.PerformanceCounter.NextValue, I get an exception:
Access to the registry key 'Global' is denied.
I saw examples with web roles, but nothing about websites.
source
share