C # How to debug the web application prompt that the firework browser cannot be found

Source: Internet
Author: User

Reference from: http://exc.eption.blog.163.com/blog/static/11246421620093111247823/

How to change the default browser of vs2005 Test

Change method:

Open C:/Documents and Settings/Administrator/Local Settings/Application Data/Microsoft/visualstudio/8.0/browsers. xml

(Post author Note: When I started C:/Documents and Settings/sunny/Local Settings/Application Data/Microsoft/visualstudio/8.0/browsers. XML)

<? XML version = "1.0"?>

-<Browserinfo>

-<Browser>

<Name> firefox.exe </Name>

<Path> "F:/progra ~ 1/disable ill ~ 1/Firefox. EXE "</path>

<Resolution> 0 </Resolution>

<Isdefault> false </isdefault>

</Browser>

-<Browser>

<Name> Microsoft Internet Explorer </Name>

<Path> "C:/program files/Internet Explorer/iw.e.exe" </path>

<Resolution> 0 </Resolution>

<Isdefault> true </isdefault>

-<DDE>

<Service> iexplore </service>

<Topicopenurl> www_openurl </topicopenurl>

<Itemopenurl> "% s", 0 xffffffff, 3, </itemopenurl>

<Topicactivate> www_activate </topicactivate>

<Itemactivate> 0 xffffffff, 0 </itemactivate>

</DDE>

</Browser>

-<Internalbrowser>

<Resolution> 0 </Resolution>

<Isdefault> false </isdefault>

</Internalbrowser>

</Browserinfo>,

Change the first <Browser> node, that is, Firefox's <isdefault> to false, and change the iexplore node to true.

Or directly Delete this file.

Of course, you can also directly add the current browser path to the file and set the isdefault attribute to true.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.