How to disable the browser link feature of Visual Studio 2013

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.