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.
|
I want to debug my silverlight project in IE and debug other ASP.Net How to set default browser for specific solution? EDITED: it is website, not project. |
||||
|
|
|
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. |
|||||||||
|
|
You can always set the project debug options to not display a web page and then open whatever browser you prefer. |
|||
|