views:

116

answers:

2

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.

+1  A: 

You can always set the project debug options to not display a web page and then open whatever browser you prefer.

Eric Nicholson
I'm sorry. it is an ASP.Net website (not web project) on my Silverlight project.
Anwar Chandra
+3  A: 

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.

davewasthere
Or right-click on the page and choose Browse-with - then choose your browser... up to you.
davewasthere
Anwar Chandra
yes, it works. but I can't debug my silverlight project. It never hit any breakpoint.
Anwar Chandra