There is some way that I can set IE10 as default browser in visual studio?
I’m using VS 2010.
There is some way that I can set IE10 as default browser in visual
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
if you want to execute site with ie try to execute:
iexplore.exe http://site.com
or like that
and if you want to make ie default on the system do that by Reg:
Setting for the OS as a whole:
Setting for Current(ly Logged in Active) User:
( this should override the above one )
GoodLuck…