I have Firefox set as my default browser, but I want 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.
views:
38answers:
1
+2
A:
Go to default.aspx
-> right click it
-> select browse with
-> set IE as default browser
-> run the app
Mahesh Velaga
2010-04-26 17:53:38
Will this change my default browser PC-wide, or just in the context of debugging in Visual Studio?
HardCode
2010-04-26 19:17:04
Its for visual studio, give it a try and check! :)
Mahesh Velaga
2010-04-26 19:22:44
Okay. That starts it. But why doesn't debugging stop when the IE window that spawned is closed? VS 2005 stopped the debugger this way. Is it another setting?
HardCode
2010-04-26 19:38:37
It should stop it when you close the browser(IE) as far as I know, even in VS 2008 (I always used this!)
Mahesh Velaga
2010-04-27 09:37:44
Okay. I'll mess around with it a little more. Thanks!
HardCode
2010-04-27 19:15:45