Set Google Chrome as the debugging browser in Visual Studio

前端 未结 8 1207
故里飘歌
故里飘歌 2021-01-31 13:05

When I press F5 in Visual Studio 2008, I want Google Chrome launched as the browser that my ASP.NET app runs in. May I know how this can be done?

相关标签:
8条回答
  • 2021-01-31 14:03
    1. Go to the visual studio toolbar and click on the dropdown next to CPU (where it says IIS Express in the screenshot). One of the choices should be "Browse With..."

    2. Select a browser, e.g. Google Chrome, then click Set as Default

    3. Click Browse or Cancel.

    0 讨论(0)
  • 2021-01-31 14:07

    For MVC developers,

    • click on a folder in Solution Explorer (say, Controllers)
    • Select Browse With...
    • Select desired browser
    • (Optionally click ) set as Default
    0 讨论(0)
提交回复
热议问题