How do I set my development web browser in VS2010 RC?

前端 未结 10 1010
有刺的猬
有刺的猬 2021-01-01 08:58

I don\'t like to use IE for my system default web browser.

but

I do want to set IE as my browser in VS2010 because it works a little nicer for debug

相关标签:
10条回答
  • 2021-01-01 09:36

    Hey just found you can do this in VS2010.

    Right click the Web Project and go to 'Browse With' - Set the default browser in here.

    0 讨论(0)
  • 2021-01-01 09:41

    No, Tim is right. The 'Browse With' option DOES show in VS2010 - at least in VS2010 Pro.

    0 讨论(0)
  • 2021-01-01 09:48

    This is for VS2008, but should apply just as well to VS2010.

    You have several options.

    Go to the web project properties to the "web" tab.

    Option 1:

    • Under "Start Action", select "Start External Program" and set the path to your browser of choice, pass the URL in through the command line parameters

    Option 2:

    • Setup your machine to use your browser of choice as the default browser.
    • Under "Start Action", select "Start URL". This will invoke the default browser.
    0 讨论(0)
  • 2021-01-01 09:50

    Yes Tim and Monsingor is Right go to SubFcontext menu of a file\folder and right click and set default Browser sadhana

    0 讨论(0)
提交回复
热议问题