Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to launch silverlight with IE in Visual Studio while Google Chrome stays default for usual browsing

I cannot debug silverlight with Google Chrome. I don't want to change default browser to IE for my normal internet browsing.

How to only ask to run IE when running a silverlight project in Visual Studio ?

like image 299
user310291 Avatar asked Feb 25 '23 17:02

user310291


1 Answers

In Visual Studio you can specify the browser to use when running a web project. Right click on the start webpage in your web project and click on the Browse With option.

In the dialog that appears click on Chrome and set it to default.

This will not change you default browser in Windows.

like image 75
Rus Avatar answered May 07 '23 07:05

Rus