Run VS.NET 2008 Web Application With Non-Default Browser
I have Firefox set as my default browser, but I wa开发者_StackOverflow社区nt to debug
the ASP.NET Web Application with IE. Searching SO only shows replies to "Browse with ..." However, this doesn't start the debugger. How would I do this? I remember in an old Visual Studio setting the browser to start with the debugger, but I don't remember how - and where it is in VS 2008.
Go to default.aspx
-> right click it
-> select browse with
-> set IE as default browser
-> run the app
精彩评论