Disable the Browser Link function of Visual Studio 2013

Source: Internet
Author: User

Disable the Browser Link function of Visual Studio 2013

GET http: // localhost: 37478 / 7fd25f8af33f443494e765be19be6240 / browserLink [HTTP / 1.1 200 OK 5ms]
The getPreventDefault () used is deprecated. Please use defaultPrevented instead. browserLink: 37
GET http: // localhost: 37478 / 7fd25f8af33f443494e765be19be6240 / arterySignalR / negotiate [HTTP / 1.1 200 OK 2ms]
GET http: // localhost: 37478 / 7fd25f8af33f443494e765be19be6240 / arterySignalR / connect [HTTP / 1.1 200 OK 2ms]
POST http: // localhost: 37478 / 7fd25f8af33f443494e765be19be6240 / arterySignalR / send [HTTP / 1.1 200 OK 1ms]
Element not found send: 1
GET http: // localhost: 37478 / 7fd25f8af33f443494e765be19be6240 / arterySignalR / poll [HTTP / 1.1 200 OK 59ms]
POST http: // localhost: 37478 / 7fd25f8af33f443494e765be19be6240 / arterySignalR / send [HTTP / 1.1 200 OK 2ms]
Element not found send: 1
GET http: // localhost: 37478 / 7fd25f8af33f443494e765be19be6240 / arterySignalR / poll [HTTP / 1.1 200 OK 1ms]
GET http: // localhost: 36261 / __ browserLink / requestData / a771c863271d4efeadea8b768efcd368 [HTTP / 1.1 200 OK 30ms]
GET http: // localhost: 37478 / 7fd25f8af33f443494e765be19be6240 / arterySignalR / poll [HTTP / 1.1 200 OK 64ms]
POST http: // localhost: 37478 / 7fd25f8af33f443494e765be19be6240 / arterySignalR / send [HTTP / 1.1 200 OK 1ms]
Element not found send: 1
GET http: // localhost: 37478 / 7fd25f8af33f443494e765be19be6240 / arterySignalR / poll [HTTP / 1.1 200 OK 6872ms] 

The browserLink function of MS is obtained by checking the online information.

 

Close method:

 

========================================================== =====

 

 

Check the msdn blog :( even though I'm not using

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 parameter ettings in your web. config file.

1. Set deleetting "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.

 

========================================================== ======

 

Disable the Browser Link function 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.