The default browser for a specific solution in Visual Studio
I want to debug a silverlight project in IE and debug other ASP.Net websites projects on firefox.
How do I set the default browser for a specific solution?
EDITED: This is a website, not a project.
+2
Anwar chandra
source
to share
2 answers
Your best option here is to use command line arguments when starting debug.
You can do this on a per-project basis.
Just select Launch Options, Command Prompt, then add either iexplore.exe or firefox.exe with the path to your default page.
This should decide for you.
+4
davewasthere
source
to share
You can always set your project debug options to not display the webpage and then open whatever browser you prefer.
+1
Eric Nicholson
source
to share