Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change default web browser in Visual Studio

I'm trying to change the default browser to Chrome at VS Community 2015, I'm not talking about release browser, but the browser that opens when I press CTRL-Click. It opens automatically on Internet Explorer.

Opens on Explorer

like image 600
Gil Nave Avatar asked Feb 15 '17 07:02

Gil Nave


People also ask

How do I change the default browser in Visual Studio 2019?

To change the source default editor: Tools -> Options -> Search for "browser" -> View Source in "external editor" -> put the path to your preferred.

How do I make Internet Explorer my default browser in Visual Studio?

The simplest solution is to add a Web Form to your project, and then right-click that. There you have a "Browse with" option. After setting the default browser, you can remove the Web Form from your project again.

How do I set Chrome as my default browser in VSCode?

Step 2: Default Browser SettingIn the “Search Settings” bar, type Live Server. Search “Live Server” in the Search Settings bar. From the Custom Browser option, select the browser you want for the Live Server – we'll select “chrome” for this guide. Choose your preferred browser from the Custom Browser settings.

How do I change the default browser in ASP file?

To set default browser, right click on your aspx file and select “Browser With…”. From the “Browse With” dialog box, select the Browser of your choice and click on “Set as Default” button.

How do I set a default browser for my start-up project?

1 Right-click your start-up project in Studio and click Browse With… 2 Click Add 3 Click the Browse button beside Program Name 4 Select the browser you wish to use 5 Click Ok 6 Select the browser you just added and click Set as Default

How do I replace Visual Studio web browser with Internet Explorer?

Under Tools->Option->Environment->Web Browser, use the Browse With dialog box to replace the Visual Studio internal Web browser, which is a version of Internet Explorer, by using a different, external Web browser. But I'm afraid that it doesn't fulfill the real requirements of yours.

How to choose which browser to debug with in Visual Studio?

Tip: Choose which browser to debug with in Visual Studio 1 Right-click your start-up project in Studio and click Browse With… 2 Click Add 3 Click the Browse button beside Program Name 4 Select the browser you wish to use 5 Click Ok 6 Select the browser you just added and click Set as Default More ...


1 Answers

Changing Visual Studio 2017 default browser

Click the drop down icon next to "Start" project button and choose your web browser

like image 99
Abdi Avatar answered Sep 22 '22 22:09

Abdi