如何在Visual Studio 2008中更改默认浏览器进行调试?
问题描述:
当您点击F5时,浏览器窗口会弹出,如何在Visual Studio 2008中设置调试器用户的浏览器?
When you hit F5, the browser windows pops up, how do you set which browser the debugger users in Visual Studio 2008?
更新2
如果您已经在调试,则没有浏览与选项。
Update 2
If you are already debugging you dont have the 'Browse with' option.
- 停止调试,然后在那里!
- Stop debugging and then its there!
更新3
以下接受的答案也与在Visual Studio 2010中将默认浏览器更改为调试相关。
Update 3
The accepted answer below is also relevant to changing the default browser to debug with in Visual Studio 2010.
答
- (在项目解决方案窗口中)右键单击页面(.aspx或文件夹)
- 选择浏览...
- 选择您的浏览器
- 单击设置为默认值
- 点击浏览
- (In the Project Solution window) Right click a page (.aspx, or on a folder)
- Select Browse With...
- Choose your browser
- Click Set as Default
- Click Browse