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
0
votes
1 answer

BrowserLink VS2013 not connecting

my issue is, BrowserLink never connects to my Browser in "Browser Link Dashboard" i'm using Visual Studio 2013 Prem Update 5 on a Win10 machine project is a MVC 5 application Browser is IE11.212.10586.0 BL is activated in the dropdown of the…
Nicwin
  • 79
  • 1
  • 8
0
votes
1 answer

Visual studio Browser Link not working with non local browser

I am trying to enable Browser Link update feature to update a few different browsers each time I press the shortcut. The update works OK for the browsers on the same machine as VS but not on the remote browsers. The server (IIS express) is…
Mehran
  • 1,977
  • 1
  • 18
  • 33
0
votes
1 answer

Browser Link Visual Studio 2013 not working

I am new to VS 2013 and recently got introduced to a feature called Browser Link. I think it's an awesome feature provided by microsoft. I am not able to get the connections. Following steps I did Created a new Empty MVC project Created a…
Manoj Sethi
  • 1,898
  • 8
  • 26
  • 56
0
votes
0 answers

Can I use browserlink with an 'html' project?

I want to create an HTML project that works with browserlink. I created a blank c# project and set it to type 'class library' so that visual studio stops complaining that there's no 'main' entry point. I created a page index.html and setup a…
Hoppe
  • 6,508
  • 17
  • 60
  • 114
0
votes
1 answer

How can we use VS2013's brwoser link feature against IE7 / IE8?

With Web Essentials 2013 in Visual Studio 2013's Browser Link feature, we can hook IDE with developer tools of any browser. Can we hook it with IE7 and IE8 in the same manner? Perhaps using BrowserStack or those running inside Hyper-V VMs from…
0
votes
1 answer

Interpolated attribute expression causes syntax error unrecognized expression in browserlink

I thought I would check here first for confirmation, but also didn't know where to report the issue. Has anyone else noticed that the following type of code causes syntax error in visual studio 2013's new browserlink?
yzarcman
  • 31
  • 5
-1
votes
1 answer

is there a way to apply changes in browser inspector to CSS files synchronously?

I was wondering if there is a way to synchronously apply changes made in the inspector to CSS elements to the actual CSS files in visual studio. It would save a lot of time it this would be available.
amirdaraee
  • 79
  • 1
  • 8
-2
votes
1 answer

Is it possible to use Web Link to get the ASP.NET MVC which generated some piece of HTML?

is it possible to use Browser Link to get the exact piece of ASP.NET MVC which generated an html tag? Imagine I've some divs. Some identified by css, some by their id, some by the id of their parents. Usually there isn't an organic way to pass from…
Revious
  • 7,816
  • 31
  • 98
  • 147
1 2 3 4 5
6