Click here to Skip to main content
15,910,471 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Browser Link issue
Error SS

can any one suggest why this error coming after period of time its start giving error

What I have tried:

Browser Link issue
after period of time its start giving error
Posted
Updated 26-Aug-16 3:48am

1 solution

That error is browserlink in visual studio. Its meant to update your site in real time when you make changes to css/html. Its not an error to worry about but if you want to disable it you can try the following steps or link below.

Uncheck enable browserlink in the browser link menu item
Set appsetting vs:EnableBrowserLink to false in your web.config

Using Browser Link in Visual Studio 2013 | The ASP.NET Site[^]
Browser Link feature in Visual Studio Preview 2013 | .NET Web Development and Tools Blog[^]


As for you receiving the 404, you can ignore it im sure but it seems as though it was a bug in chrome. They say it should have been fixed but don't detail a version of the fix

WebSockets transport pings the wrong server URL. · Issue #2569 · SignalR/SignalR · GitHub[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900