S
S
sisharpacc2014-10-30 11:20:03
ASP.NET
sisharpacc, 2014-10-30 11:20:03

How to remove js auto-includes in aspx page?

I have a simple aspx page. In the page code appears:

<!-- Visual Studio Browser Link -->
<script type="application/json" id="__browserLink_initializationData">
    {"appName":"Firefox","requestId":"ef1dbca9ff214732a8d2c9c26e378401"}
</script>
<script type="text/javascript" src="http://localhost:49670/ac4faf4097ee4dceb70549aebb7a54b4/browserLink" async="async"></script>
<!-- End Browser Link -->

I understand that this is the internal kitchen of the framework, but so far I don’t need it, and because of it there are a lot of errors in the JS console. Tell me how to remove this automatic include.
I myself was able to find information on this issue, apparently not so often someone needs it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
wkololo_4ever, 2014-10-30
@sisharpacc

It's not a "framework kitchen", it's a VS kitchen. blogs.msdn.com/b/webdev/archive/2013/06/28/browser...
The link tells what it is for and how to turn it off.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question