How to change the default browser to debug with in 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?
Update 1
I have looked for the 'Browse with' option and not found it.
Visual Studio opens the default browser instead of Internet Explorer
Update 2
If you are already debugging you dont have the 'Browse with' option.
Update 3
The accepted answer below is also relevant to changing the default browser to debug with in Visual Studio 2010.
ASP.NET projects:
ASP.NET MVC 1 projects:
Right click Default.aspx, then follow steps above.
ASP.NET MVC 2 projects:
As there is no Default.aspx, you need to create a Web Form (right-click project > Add > New Item) and follow the steps above.
如果您使用ASP-NET MVC,则需要右键单击Default.ASPX,该Default.ASPX将具有Browse With菜单。
链接地址: http://www.djcxy.com/p/95358.html上一篇: VS 2008调试器以十六进制显示整数