how i can change default browser when running .net projects
net project the开发者_如何学运维n it runs in mozilla. I want to change that setting & i want in internet explorer, how i can do this? Thank you.
From File
menu, select Browse with...
, and choose your default browser.
Be sure to have a web site project loaded and selected otherwise the option won't show up.
Just Right-Click on a folder or a .aspx
file in your project and Choose "Browse with...
" from there. Then set your desired browser as default via the "Set as Default
" button and click browse. That's it.
Next time you start debugging the site will open in your default browser.
精彩评论