Skip to content

Instantly share code, notes, and snippets.

@jhorsman
Last active January 9, 2018 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhorsman/79b3e8426e3c323f67eac88399107498 to your computer and use it in GitHub Desktop.
Save jhorsman/79b3e8426e3c323f67eac88399107498 to your computer and use it in GitHub Desktop.
Disable browserlink in a ASP.NET webapp
<appSettings>
<!-- Disable browserlink, it causes unnecessary calls to the content service -->
<add key="vs:EnableBrowserLink" value="false" />
</appSettings>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment