How can I disable __vwd/js/artery in VS.NET 2013?
A friend of mine found it, it's 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" />