views:

122

answers:

1

hi,

i have to work on various web projects for different customers. some use IE only, some Firefox and other browsers in their companys.

i would like to debug project/solution A with IE and project/solution B with firefox (and so on) by just hitting F5 or "view in browser".

I do NOT want to switch the default browser in visual studio via:

  • right click on an .aspx file in the solution explorer
  • browse with...
  • selecting the browser i want to use
  • pressing "set as default" to make it remember my choise (optional)

everytime i have to work on another project/solution.

Can i save the default browser by solution or project and NOT via VS global settings somehow?

do you have any hint for me how to archive this? is there maybe even an addin for this?

thanks, toebens

+2  A: 
Christopher Kelly
this would be an option altough it only starts on the specific application root you set in "command line arguments".is it possible that IE will get the current project and the current page i selected to start with?
toebens