Search code examples
asp.net-mvcvisual-studiovisual-studio-2013fiddler

VS2013 RTM making once per second Signal R requests when I check with fiddler


When I check with Fiddler I see my new install of VS2013 is giving Continuous Signal R requests. I don't use anything to do with this in my application. How can I stop these requests which I assume are part of VS2013 trying to sync up something?


Solution

  • It's probably due to the BrowserLink feature mentioned here. BrowserLink uses SignalR to communicate between VS and your browsers.