Quantcast
Channel: How to change the default browser to debug with in Visual Studio 2008? - Stack Overflow
Browsing all 13 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Answer by Andy Braham for How to change the default browser to debug with in...

An easier way to do this is simply by selecting the arrow next to the Start Debugging:Then in the Drop Down goto Web Browser and select the browser you would like to debug the site with, you can also...

View Article



Answer by Ken for How to change the default browser to debug with in Visual...

I find that the Browse With.. menu item only appears in Visual Studio 2010 when I Run as administrator. And in that case it is available even while in debug mode.

View Article

Answer by user1653670 for How to change the default browser to debug with in...

I have passed this problem in VS2012. When I can't find "Browse with.." on the right-click of the project, I found it on File Menu -> Browse with. If it doesn't appear, first you have to click on...

View Article

Answer by Abdus Salam Azad for How to change the default browser to debug...

First click show all files. Then in the bin folder choose any xml file and then right click and by selecting 'browse with' select your desired browser.

View Article

Answer by Jitender Kumar for How to change the default browser to debug with...

In VS 2010 just make the browser as your default broswer in which you want to run your application and there is no need to set anything in visual studio. I did it for google chrome and its working for...

View Article


Answer by romdorn for How to change the default browser to debug with in...

ie ---> Tools ----> Internet options -----> Programe ------> Make Defualt

View Article

Answer by PHOTON for How to change the default browser to debug with in...

If you are using MVC 2 you do not need to create another project, just add component -> webform to the project then: * Right click the webform * Select Browse With... * Choose your browser * Click...

View Article

Answer by Dunc for How to change the default browser to debug with in Visual...

ASP.NET projects:Right click a webpage (.aspx, or on a folder)Select Browse With...Choose your browserClick Set as DefaultClick BrowseASP.NET MVC 1 projects:Right click Default.aspx, then follow steps...

View Article


Answer by PRINCESS FLUFF for How to change the default browser to debug with...

If you use ASP-NET MVC, you need to right-click on Default.ASPX which will have a Browse With menu.

View Article


Answer by Matthew Lock for How to change the default browser to debug with in...

To permanently make Visual Studio open a project in IE without changing the default browser you can do the following:Project Properties -> Web -> Start ActionStart external program: C:\Program...

View Article

Answer by EricSch for How to change the default browser to debug with in...

If you use MVC, you don't have this menu (no "Browse With..." menu)Create first a normal ASP.NET web site.

View Article

Image may be NSFW.
Clik here to view.

Answer by bdukes for How to change the default browser to debug with in...

(In the Project Solution window) Right click a page (.aspx, or on a folder)Select Browse With...Choose your browserClick Set as DefaultClick Browse

View Article

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 1I have looked for the 'Browse with' option and not found it.Visual Studio...

View Article

Browsing all 13 articles
Browse latest View live




Latest Images