c# - Start Internet Explorer on debugging -
I am currently writing an ASP.NET WebApplication in Visual Studio 2010. My default browser is Firefox. If I start a WebApication, then the webpage starts in the same instance of Firefox. How is it possible to avoid? How do I configure Visual Studio, which starts in web applications Internet Explorer's New example?
Thanks in advance!
1) Right click on the .aspx page in your Solution Explorer
2 ) Select the "browse" context menu option
3) In the dialog, you can choose or add a browser. If you want Firefox in the list, click on "Add" and Firefox. Click on the exe file name
4) When you turn on any page, click on the "Set as default" button to make it the default browser.
Scott Th
Comments
Post a Comment