Default browser for debugging ASP.NET

  • Thread starter Thread starter Marc
  • Start date Start date
M

Marc

If I start debugging the IDE calls a corrupted link to FireFox, then
prompting me that the path to the browser cannot be found. Were is written
which browser the IDE starts when I press play/start, and how can I change
it to a working browser?
 
You don't mention which version of VS you're using.
Fortunately, the answer is the same for both versions of VS... :-)

Open any webproject or application; go to the Solution Explorer;
right-click any aspx file there and select "Browse with" from the context menu;
select your favorite browser and click the "Set as default" button.

Then, click the "Browse" button...and you should be able to debug with your favorite browser.



Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
 
Juan T. Llibre said:
"Browse with" from the context menu;
select your favorite browser and click the "Set as default" button.

Oh grrr, unbelievable strange place! I was looking in customize, project
options et cetera! Thanks a lot! Done, solved!
 
Back
Top