Default browser for debugging ASP.NET

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?
 
J

Juan T. Llibre

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/
======================================
 
M

Marc

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!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top