Questions tagged [browser-link]

Browser Link is a channel between your Visual Studio IDE and any open browser, allowing dynamic data exchange between your web application in Visual Studio and the browser. It uses SignalR to facilitate the communications between Visual Studio and the browser.

More information can be found at the MSDN blog post "Browser Link feature in Visual Studio Preview 2013" by Reshmi Mangalore.

83 questions
4
votes
2 answers

unrecognized expression on browserLink

I get some mistake about " browserLink " see this below
It's Ok.. But
user5039044
4
votes
1 answer

Browser link not working VS 2013 Ultimate - seems like SignalR is not working?

i did up a simple ASP.net empty project. added in some Angular scripts and index.html. my web.config is as follows