Reputation: 8638
I want to debug my silverlight project in IE and debug other ASP.Net projects websites on firefox.
How to set default browser for specific solution?
EDITED: it is website, not project.
Upvotes: 2
Views: 379
Reputation: 3028
Your best option here, would be to use command line arguments when starting debugging.
You can do that on a project-by-project setting.
Just chose 'Start Options', Command Line, then add either iexplore.exe or firefox.exe with the path to your default page.
That should sort you out.
Upvotes: 4
Reputation: 4123
You can always set the project debug options to not display a web page and then open whatever browser you prefer.
Upvotes: 1