日韩av黄I国产麻豆传媒I国产91av视频在线观看I日韩一区二区三区在线看I美女国产在线I麻豆视频国产在线观看I成人黄色短片

歡迎訪問 生活随笔!

生活随笔

當前位置: 首頁 >

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

發布時間:2025/4/16 44 豆豆
生活随笔 收集整理的這篇文章主要介紹了 如何禁用Visual Studio 2013的Browser Link功能 小編覺得挺不錯的,現在分享給大家,幫大家做個參考.

為什么80%的碼農都做不了架構師?>>> ??

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”的選擇搞定!

轉載于:https://my.oschina.net/ind/blog/359003

《新程序員》:云原生和全面數字化實踐50位技術專家共同創作,文字、視頻、音頻交互閱讀

總結

以上是生活随笔為你收集整理的如何禁用Visual Studio 2013的Browser Link功能的全部內容,希望文章能夠幫你解決所遇到的問題。

如果覺得生活随笔網站內容還不錯,歡迎將生活随笔推薦給好友。