如何禁用Visual Studio 2013的Browser Link功能

來源:互聯網
上載者:User

標籤:

VS2013新增的Browser Link功能雖然“強大”,但我並不需要。

但預設是開啟的,會在頁面中自動添加如下的代碼,真是煩人!


<!-- 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 -->




如何幹掉Browser Link功能?還我乾淨的頁面代碼。

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 do I turn off Browser Link?

You can uncheck “Enable Browser Link” and it will be turned off “ Browser Link” for all future requests made.

You can also use the following appsettings in your web.config file.

1. Set appSetting “vs:EnableBrowserLink” to “false ““. This will  disable Browser Link.

2. Set debug= false in web.config file. This will  also disable Browser Link. Note that debug= true is required for Browser Link feature to work.

收穫園豆: 20 回複 | akisann | 菜鳥二級 |園豆:252 | 2013-10-22 16:56

謝謝!通過點擊第1張圖中的Browser Link重新整理按鈕,取消“Enable Browser Link”的選擇搞定!

如何禁用Visual Studio 2013的Browser Link功能

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.