Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ANTS Profiler: Change the default browser?

I cannot find this information anywhere.

Within Visual Studio I'm using the ANTS Profiler add-on. It always launches IE. My default browser is Firefox. I cannot find a setting anywhere where I can change the default.

Can someone help?

like image 597
Mike Fielden Avatar asked Nov 02 '09 22:11

Mike Fielden


2 Answers

Unfortunately, at the moment, ANTS can only start IE, rather than your current default browser. For now, you would have to use the workaround of starting the profiling session, and then starting whichever browser you want to use manually.

like image 161
Mel Harbour Avatar answered Oct 25 '22 20:10

Mel Harbour


There is no option to set the your browser default within Visual Studio. Instead you can use PowerShell to accomplish this. See the following for details:

http://www.hanselman.com/blog/HowToChangeTheDefaultBrowserInVisualStudioProgrammaticallyWithPowerShellAndPossiblyPokeYourselfInTheEye.aspx

like image 22
tonythewest Avatar answered Oct 25 '22 20:10

tonythewest