打开 Glimpse 会导致浏览器不断重新加载
我正在尝试手动添加一瞥到现有的 WebForms 站点。
我将 Glimpse.Core.dll 添加到 bin 目录中,并按照此处所述编辑了 web.config。
当我访问 http://localhost/Glimpse.axd 时,我看到了 Glimpse 配置页面,一切似乎都正常。当我单击“打开 Glimpse”时,页面顶部会添加一个横幅,告诉我“Glimpse 现已打开”。到目前为止一切看起来都很棒。
当我返回网站时,页面会加载,右下角会弹出一瞥图标,然后页面会刷新。然后该过程再次开始。如果我返回并关闭一瞥,刷新循环就会停止。
我已经使用 fiddler 查看了刷新循环,但看起来没有什么不合适的。我尝试使用 Firebug 或 Chrome 开发人员工具来查看发生了什么,但页面刷新速度太快,我看不到任何内容。
我在 IIS 7 .5 (Windows 7) 上使用glimpse 0.86 和.NET 4.0。
有什么线索吗?
I am trying to manually add glimpse to an existing WebForms site.
I added Glimpse.Core.dll to the bin directory and edited my web.config as described here.
When I go to http://localhost/Glimpse.axd, I see the Glimpse config page and everything seems OK. When I click "Turn Glimpse On", a banner is added to the top of the page telling me that "Glimpse is now ON". Everything looks great so far.
When I go back to my site, the page loads, the glimpse icon pops up in the lower right corner, and then the page refreshes. Then the process starts over again. If I go back and turn off glimpse, the refresh loop stops.
I've looked at the refresh loop using fiddler, but nothing looks out of place. I've tried to use Firebug or the Chrome developer tools to see what's going on, but the page refreshes to fast for me to see anything.
I'm using glimpse 0.86 and .NET 4.0 on IIS 7 .5 (Windows 7).
Any clues?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试确保您已正确关闭页面上的所有脚本标记或其他标记。
我唯一一次看到有关此行为的报告是当页面的标记格式错误,并且包含新的/意外的脚本导致页面自己的 javascript 执行时。
据我所知,Glimpse 客户端实际上并没有重定向代码。
Try making sure that you have properly closed any script tags or other markup on your page.
The only time I've seen reports of this behavior was when a page's markup was malformed, and the inclusion of a new/unexpected script caused the page's own javascript to execute.
The Glimpse client, to the best of my knowledge, does not actually have redirect code in it.