Something about pages in one of my web apps causes Visual Studio to add entries named "blank" under the page name in Solution Explorer under a "Script Documents" node. All this only appears once debugging starts and disappears if I close the page where this happens. New entries are added about every 6 seconds, so that after just a few minutes running in the debugger I have to scroll through multiple pages in the Solution Explorer just to get to the actual code, and then if the entry is added as I'm clicking, I open the wrong document. Not helpful!
These documents all contain this script, and nothing else:
jQuery18207080120074012974_1452709438774({"Url":"/c9457974aa2a461d95fed538b7f47d3d/arterySignalR","ConnectionToken":"AQAAANCMnd8BFdER jHoAwE/Cl+sBAAAADbA4iRa2T0SmI0quW/s59gAAAAACAAAAAAADZgAAwAAAABAAAABEwCFmgNdQngLwK3FL 21fUAAAAAASAAACgAAAAEAAAAN1tcxWbrIObxw7LAzz3qYAoAA AAR5m3DSCO+EifCyHw7ot9S91zp45zWbHA0ytVW+AsE9bFYHdl yJgpghQAAABQaiJgLD0WyJZj3tY8BJcUBlBkJQ==","Connect ionId":"0fbc0b53-3f8c-4ecc-98ce-f4dcaab05b57","KeepAliveTimeout":4.0,"DisconnectTi meout":6.0,"TryWebSockets":true,"ProtocolVersion": "1.3","TransportConnectTimeout":5.0});
I haven't used JQuery. Searching the project for terms like "trywebsockets" and "disconnecttimeout" that appear above returns nothing. The only reference I could find online was on MSDN (
https://social.msdn.microsoft.com/Fo...?forum=vsdebug) and MS never suggested a solution.
As best we can determine, VS is generating this. But where?