Where does Visual Studio stores the default browser to use in debug?
Posted
by Fabian Vilers
on Stack Overflow
See other posts from Stack Overflow
or by Fabian Vilers
Published on 2010-06-10T09:51:36Z
Indexed on
2010/06/10
10:02 UTC
Read the original article
Hit count: 319
visual-studio
Hi all,
I'm using Firefox as my default browser but when working in Visual Studio, I'd like to fire up IE when I go in debug.
We all know that in MVC application, there's no way to choose the default browser unless you add a web form file, right click it, select browse with and then force a browser to be the default one. Great.
My simple question is: where does VS stores the browser I just tell him to use (registry? project file? some xml config file?) I'm asking because VS loose this preference several times a month. I'm fed up with making the brower trick again and again.
Thanks in advance, Fabian
© Stack Overflow or respective owner