How to Disable Browser Link in Visual Studio 2015 ?

Browser Link is one of the cool features in Visual Studio for the ASP.NET Developers. Sometimes , the web developers might want to disable this feature for various reasons.

How to Disable Browser Link in Visual Studio 2015 ?

There are 2 ways in which you can disable the Browser link in Visual Studio 2015.

1. Using Web.config file

Just set the property vs:EnableBrowserLink value to false as shown below.

2. From the Visual Studio toolbar

Uncheck the option “Enable Browser Link” from Visual Studio toolbar.