使用“popup=1”时找不到迷你分析器结果在查询字符串中
重现问题的步骤:
- 按照步骤将探查器添加到项目中
- 该项目位于虚拟目录
- “http://localhost/VirtualDirectory/mini-profiler-results?id=00f8651d-ebbf-443d-b60d-d83f950adf6a&popup= 1”找不到。 404.
- 找到“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:
- Follow steps to add profiler to your project
- The project is in a virtual directory
- "http://localhost/VirtualDirectory/mini-profiler-results?id=00f8651d-ebbf-443d-b60d-d83f950adf6a&popup=1" can't be found. 404.
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想通了。我遗漏了一个非常重要的步骤。
I figured it out. I left out a step that was very important.