使用“popup=1”时找不到迷你分析器结果在查询字符串中

发布于 2024-11-16 07:34:09 字数 568 浏览 4 评论 0原文

重现问题的步骤:

  1. 按照步骤将探查器添加到项目中
  2. 该项目位于虚拟目录
  3. “http://localhost/VirtualDirectory/mini-profiler-results?id=00f8651d-ebbf-443d-b60d-d83f950adf6a&popup= 1”找不到。 404.
  4. 找到“http://localhost/VirtualDirectory/mini-profiler-includes.less?v=2.1.4183.14740”的 URL,并且如果从“mini-profiler-results”中删除“popup=1” URL 不会出现 404。

我正在使用截至 2011 年 6 月 20 日 (1.3) 的最新版本,使用 NuGet、MVC3、 VS2010、Knockout.js 和 jQuery 1.5.2。

有人有什么想法吗?

编辑:我已经在此处添加了这是一个问题。

Steps to reproduce the problem:

  1. Follow steps to add profiler to your project
  2. The project is in a virtual directory
  3. "http://localhost/VirtualDirectory/mini-profiler-results?id=00f8651d-ebbf-443d-b60d-d83f950adf6a&popup=1" can't be found. 404.
  4. The URL for "http://localhost/VirtualDirectory/mini-profiler-includes.less?v=2.1.4183.14740" is found and if you take away the "popup=1" from the "mini-profiler-results" URL you don't get a 404.

I'm using the latest as of 6/20/2011 (1.3) using NuGet, MVC3, VS2010, Knockout.js and jQuery 1.5.2.

Anybody have any ideas?

Edit: I've already added this is an issue here.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

焚却相思 2024-11-23 07:34:09

我想通了。我遗漏了一个非常重要的步骤。

protected void Application_EndRequest()
{
    MiniProfiler.Stop();
}

I figured it out. I left out a step that was very important.

protected void Application_EndRequest()
{
    MiniProfiler.Stop();
}
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文