ASP.NET Core how to disable browser startup when built and run in .NET Core

When developing a Web API project for ASP.NET Core, we used fiddler to test the web api, how to disable browser startup:

  1. Set the startup option in vs to project instead of browser
    Insert picture description here
  2. In the project's Properties, open launchSettings.json and set launchBrowser to false
Published 177 original articles · 61 praises · 170,000 views

Guess you like

Origin blog.csdn.net/xingkongtianyuzhao/article/details/104452709