A. Acosta
A. Acosta

Reputation: 65

How to use Edge as default browser with Visual Studio 2013?

I added Edge as my default debug browser in VS 2013, but when try to run nothing happens.
Build succeeded and it says ready, but the browser doesnt display anything. It may be useful to know I'm using VS 2013 Professional and Windows 10 Home Edition, 64 bits. Any suggestions?

Upvotes: 2

Views: 3667

Answers (1)

Shaun Luttin
Shaun Luttin

Reputation: 141712

For me, the browser displays properly after doing either of the following. I am also using Windows 10 with Visual Studio 2013.

Method 1

  1. Control Panel > Programs > Default Programs > Set Default Programs
  2. Find Microsoft Edge.
  3. Choose "Set this program as default."

Set Microsoft Edge as default.

Method 2

  1. Settings > Default apps > Web browser
  2. Choose Microsoft Edge.

Settings > System > Web browser > Microsoft Edge

In either case, Visual Studio 2013 will now debug in Microsoft Edge.

Upvotes: 3

Related Questions