VS2005, 2008 - ASP.NET Browser Settings - Stack Overflow most recent 30 from stackoverflow.com 2009-12-01T02:44:19Z http://stackoverflow.com/feeds/question/1049281 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/1049281/vs2005-2008-asp-net-browser-settings 0 VS2005, 2008 - ASP.NET Browser Settings JMSA 2009-06-26T13:52:11Z 2009-06-26T14:37:58Z <p>How can I choose/change which browser to start when I run an ASP.NET Web application in VS2005 or VS2008?</p> http://stackoverflow.com/questions/1049281/vs2005-2008-asp-net-browser-settings/1049288#1049288 0 Answer by Richard for VS2005, 2008 - ASP.NET Browser Settings Richard 2009-06-26T13:54:14Z 2009-06-26T13:54:14Z <p>You have to change the default web browser for windows. Best way is to open you browser of choice and go to the options where you can usually find a "Set this as default browser" option.</p> <p>Otherwise look at the windows default programs config.</p> http://stackoverflow.com/questions/1049281/vs2005-2008-asp-net-browser-settings/1049292#1049292 0 Answer by JaredPar for VS2005, 2008 - ASP.NET Browser Settings JaredPar 2009-06-26T13:55:35Z 2009-06-26T13:55:35Z <p>By default Visual Studio will use whatever the default browser is on your computer. Switching your browser to a different default will change this. </p> <p>Alternatively you can you can do this through the Project property pages. </p> <p>Right Click on your project and select Properties. Go to the Web tab. Switch the Start Action to "Start External Program" and choose your web browser. </p> http://stackoverflow.com/questions/1049281/vs2005-2008-asp-net-browser-settings/1049297#1049297 2 Answer by RichardOD for VS2005, 2008 - ASP.NET Browser Settings RichardOD 2009-06-26T13:56:34Z 2009-06-26T14:01:51Z <p>One way is to choose File -> Browse with. That works for me when switching between IE and Firefox. You can use it to change the default browser to start with.</p> <p>Just make sure you select the ASPX page you want to start on first, otherwise the menu item won't appear.</p> <p>If you want to use the keyboard ALT F then ALT H works.</p> http://stackoverflow.com/questions/1049281/vs2005-2008-asp-net-browser-settings/1049313#1049313 1 Answer by Brian for VS2005, 2008 - ASP.NET Browser Settings Brian 2009-06-26T13:59:42Z 2009-06-26T13:59:42Z <p>Within the Solution Explorer, right click on a file and select "Browse With..." You can choose the default browser in the popup window.</p> http://stackoverflow.com/questions/1049281/vs2005-2008-asp-net-browser-settings/1049497#1049497 1 Answer by pcampbell for VS2005, 2008 - ASP.NET Browser Settings pcampbell 2009-06-26T14:37:58Z 2009-06-26T14:37:58Z <p>1.Go to Solution Explorer in Visual Studio.</p> <p>2.Right click on a page, choose <strong>Browse With...</strong></p> <p><img src="http://img146.imageshack.us/img146/9766/rclick.png" alt="right click web page file" /></p> <p>3.You are shown the installed browsers on your system. The one marked as (Default) will be the one that Visual Studio will launch when running/debugging. </p> <p><img src="http://img149.imageshack.us/img149/8290/58135129.png" alt="browsers" /></p> <p>4.Select the browser you'd like to be launched by default, and hit the <strong>Set As Default</strong> button. Click the <strong>Browse</strong> button.</p> <p>5.If the browser that you'd like to run is not on the list, hit the <strong>Add</strong> button. For example, this system has Google Chrome installed, but it's not currently on the list.</p>