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 Requ
A friend of mine found it, it's Enable Browser Link
Enable Browser Link
I found that it was still running until I actually added a value for it in the Web.config appSettings to turn it off.
<add key="vs:EnableBrowserLink" value="false" />