Change default browser in Visual Studio 2010 RC
问题 In Visual Studio 2010 (RC) there is no longer a "browse with" context menu when right clicking .aspx pages. How can you change the default browser now? By default it seems to use the operating system default browser, but I would prefer to use IE when debugging ASP.net apps. (I am testing this with ASP.net MVC 2) 回答1: There is no "Browse With" option on the .aspx Views in an MVC project as they are not meant to be directly browseable. What I tend to do is add a Default.aspx webform in the root