Asp Net MVC longPolling

Asked

Viewed 46 times

1

I have a project Asp net mvc 5, verified that every second a request is made, passing these parameters = transport=longPolling&connectionToken="", and as an answer comes {"C":"d-5B01A8B9-CN,0|Dw,B|Dx,0","M":[]}, that that would be?

  • Possibly it is a socket connection made by Javascript. Your application has Signalr installed?

  • It doesn’t, and I also noticed that only these requests appear when I’m in a development environment.

1 answer

2


Giving a search on the net, I verified that this behavior occurs, because it is using the Browser Link Visual Studio 2013.

Browser Link is a feature of Visual Studio 2013 that creates a communication channel between the development environment and one or more web browsers. You can use the browser link to update your web application in multiple browsers at the same time, which is useful for cross-browser testing.

To disable, just remove this option: inserir a descrição da imagem aqui

https://stackoverflow.com/questions/19917595/net-localhost-website-consistently-making-get-arterysignalr-polltransport-long http://www.asp.net/visual-studio/overview/2013/using-browser-link

Browser other questions tagged

You are not signed in. Login or sign up in order to post.