Mini profiling results cannot be found using "popup = 1" in querystring

Steps to reproduce the problem:

  • Follow the steps to add a profiler to your project.
  • The project is in the virtual directory
  • "http: // localhost / VirtualDirectory / mini-profiler-results? id = 00f8651d-ebbf-443d-b60d-d83f950adf6a & popup = 1" could not be found. 404.
  • The URL "http: //localhost/VirtualDirectory/mini-profiler-includes.less? V = 2.1.4183.14740" is found, and if you take "popup = 1" from the results of the "mini profiler", the URL from you does not work 404.

I am using the latest version from 6/20/2011 (1.3) using NuGet, MVC3, VS2010, Knockout.js and jQuery 1.5.2.

Does anyone have any ideas?

Edit: I already added that this is the problem here .

+6
source share
1 answer

I get it. I left a very important step.

protected void Application_EndRequest() { MiniProfiler.Stop(); } 
+14
source

Source: https://habr.com/ru/post/890935/


All Articles