VS2013 the new browser link feature is "powerful", but I don't need it.
But the default is open, will automatically add the following code in the page, really annoying!
<!--Visual Studio Browser Link--<script type= "Application/json" id= "__browserlink_initializationdata" > {"AppName": "Firefox", "RequestID": "861592d477c64fd590b602a9f006c074"} </script> <script type= "text/ JavaScript "src=" Http://localhost:2968/f26bea4f8e6a45868431324e7994cd75/browserLink "async=" Async "></ script> <!--End Browser Link--
How to Kill browser link function? Also my clean page code.
Check the MSDN blog: (even though I ' m not using vs
Http://blogs.msdn.com/b/webdev/archive/2013/06/28/browser-link-feature-in-visual-studio-preview-2013.aspx
. How does I turn off Browser Link?
You can uncheck "Enable Browser link" and it would be the turned off "Browser link" for the future requests made.
You can also with the following appsettings in your Web. config file.
1. Set appsetting "Vs:enablebrowserlink" to "false". This would disable Browser Link.
2. Set debug= false in Web. config file. This would also disable Browser Link. Note that debug= True was required for the Browser Link feature to work.
Harvest Garden Beans: -Reply|Akisann|Rookie Level Two|Garden Beans: 252|2013-10-22 16:56
Thank you! By clicking the Browser Link Refresh button in the 1th image, cancel the option to "Enable Browser link"!
How to disable the browser link feature of Visual Studio 2013