When I click on "Share" the screen it loads has no content. Even when I view source there isn't anything.
I've set MiniProfiler.Settings.Results_Authorize = r => true;
in global.asax BeginRequest
When I set auth to false it shows "hidden" so I know the request is being routed to the MiniProfiler handler.
Any ideas?