A new application we are currently building was occasionally throwing an UnauthorizedAccessException exception. Using the ASP.NET health monitoring we became aware of this very quickly. Having used the health monitoring for several past projects, we generally find it a very effective way to get information about problems, such as the exception message and stack trace.
Unfortunately, the health monitoring event raised by the UnauthorizedAccessException exception did not contain any informatio ...
[Read more]