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

前端 未结 10 1060
有刺的猬
有刺的猬 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:26

    right click on the project . Then add-> new item -> HTML Page

    A "HTMLPage1.htm" will be added to the project. "Browse With ..." exists in its context menu. Use its Browse With menu then delete the file after done.

提交回复
热议问题