ASP.NET Health Monitoring doesn't log inner exception stack trace
...trace looks the same because of the way the methods are invoked (via reflection) - you end up with a stack trace for a TargetInvocationException, which basically says, "I used reflection to invoke some method, and it threw an exception. See the inner exception for details
ASP.NET's health monitoring system does list the inner exceptions...
