Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the default browser for debugging in Visual Studio 2017?

I am working on a ASP.NET Core Web API project that is hosted as a service using Topshelf. When I launch the service from debugger, the Swagger page comes up in Internet Explorer. How can I change so it is launched using Chrome?

like image 383
Anand Avatar asked Mar 06 '23 18:03

Anand


1 Answers

From the start debugging button, click the small arrow, then do this:

enter image description here

like image 65
Obay Abd-Algader Avatar answered May 04 '23 17:05

Obay Abd-Algader