I updated my project from ASP.NET MVC 4 to 5 in visual studio 2013, But now Web Essentials Browser Link not work, why? even Browser Link not show in browser!
Asked
Active
Viewed 2,868 times
5
-
Browser Link feature is part of visual Studio 2013. Can you try using browser link by removing web essentials from the machine? – Anand Apr 03 '14 at 21:50
-
Whats your error message? when you press CTRL+Q and type "Browser Link" – PeterFromCologne Apr 04 '14 at 06:59
-
This [question](http://stackoverflow.com/questions/19982892/visual-studio-2013-browser-link-enable-ctrl-to-edit-in-browser) resolved my problem - the latest web.config had the value of the vs:EnableBrowserLink key set to false. – Lucas Fowler Apr 10 '15 at 17:08
-
Adding the page inspectors runtime to to web.config might help: [link](http://stackoverflow.com/questions/33579399/browser-link-visual-studio-2013-not-working/37699502#37699502) – masterw Jun 08 '16 at 10:53