默认浏览器 - Visual Web Developer Express 2010
我正在尝试调试 Windows Azure WebRole,它是一个 MVC3 项目,但我希望它在我选择的任何浏览器中启动。
Windows Azure 设置为启动项目并启动 MVC3 项目 WebRole。
我正在使用 Visual Studio Web Developer Express 2010。
我之前曾通过设置以下属性(如下图所示)在黑暗中进行操作,但没有效果:
然后我决定将项目设置为不独立启动上述页面。
有没有办法在不更改我的 Windows 默认浏览器的情况下设置上述场景的默认浏览器和?
I am trying to debug a Windows Azure WebRole which is an MVC3 project, but I want it to launch in any browser of my choice.
The Windows Azure is set as the Startup Project and launches the MVC3 project WebRole.
I am using Visual Studio Web Developer Express 2010.
I have previously stabbed in the dark by setting the following properties as in the image below but to no avail:
I then decided to set the project to not independently launch a page as above.
Is there a way to setup a default browser with the above scenario AND without changing my Windows default browser?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我过去曾通过向项目中添加 ASPX 或 HTML 页面,然后右键单击它并选择“浏览方式”来解决此问题。然后,您可以在其中更改默认浏览器,而无需在 Windows 中更改默认浏览器。
不过,我还没有在 Express 版本中尝试过此操作,但我不明白为什么他们不将其包含在其中。
您可以稍后删除该文件,它仍会保留该设置。
I've gotten around this in the past by adding in an ASPX or HTML page to the project and then right clicking it and selecting Browse With. You can then change the default browser in there without having to change your default browser within windows.
I haven't tried this with the Express edition however, but I don't see why they wouldn't include it in there.
You can delete the file afterwards and it will still retain the setting.
这个怎么样:
WoVS 默认浏览器切换器
http://visualstudiogallery.msdn.microsoft.com/bb424812-f742-41ef -974a-cdac607df921
How about this:
WoVS Default Browser Switcher
http://visualstudiogallery.msdn.microsoft.com/bb424812-f742-41ef-974a-cdac607df921
您可以直接访问解决方案资源管理器中显示的页面,然后使用要设置的任何浏览器进行浏览并将其添加为默认浏览器。
You right on the page shown in solution explorer and then browse with whatever browser you want to set and add it as default browser.