如何在 VS.NET 2013 中禁用 __vwd/js/artery? [英] How can I disable __vwd/js/artery in VS.NET 2013?

查看:18
本文介绍了如何在 VS.NET 2013 中禁用 __vwd/js/artery?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经升级到 VS.NET 2013,现在,每次我开始在 IIS 中调试 ASP.NET MVC4 应用程序时,都会知道 __vwd/js/artery 是如何创建的,这个脚本会干扰我的 RequireJS 设置和它使 jQuery 参考崩溃.

I've upgraded to VS.NET 2013, and now, every time I start to debug an ASP.NET MVC4 app in IIS, some how __vwd/js/artery is created, this script is interfering with my RequireJS setup and it crashes the jQuery reference.

有谁知道我怎样才能摆脱这个脚本?

Does anyone know how can i get rid of this script?

__vwd/js/artery

__vwd/js/artery

window.vwdTempJQuery = window.jQuery = window.$;
window.jQuery = window.$ = null;
window.vwdTempJSON = window.JSON;

*! jQuery v1.8.2 jquery.com | jquery.org/license */

.....

// Restore original jQuery references.
window.jQuery = window.$ = window.vwdTempJQuery;
window.vwdTempJQuery = null;
// Restore original JSON.
if (window.JSON !== window.vwdTempJSON)
    window.JSON = window.vwdTempJSON;

....

LE:已在 Visual Studio 2013 RTM 中修复

推荐答案

我的一个朋友找到了,它是启用浏览器链接

A friend of mine found it, it's Enable Browser Link

这篇关于如何在 VS.NET 2013 中禁用 __vwd/js/artery?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆