I am creating an ASP.NET Core application and want to use a specific port when running debug in VS Code . The default is http:// localhost:5000 . I cannot find any setting where I would change this. When I try to specify the port parameter in the launch.json file, they warn me that it is not allowed. Is there a specific setting for specifying which port ?
source share