I'm using visual studio 2013, and web essentials 1.1.
I'm trying to use browser link, but the button for it is greyed out in Visual Studio.
Any idea how I can enable it?
I'm using visual studio 2013, and web essentials 1.1.
I'm trying to use browser link, but the button for it is greyed out in Visual Studio.
Any idea how I can enable it?
Check if the solution root has a file named WebEssentials-Settings.json
From that file, you'll see something like this:
Notice you have 2 settings.
EnableMenu
andShowMenu
. I had the same issue as you are having and I gotShowMenu: false
whileEnableMenu: true
. I changed both to true, reopened the solution and it worked.Do you have this setting in your
Web.config
fileor debug to false?
source: http://www.asp.net/visual-studio/overview/2013/using-browser-link