I have a VS solution containing two web API projects one net core web API and one net framework web API
How can I launch both web API projects for debugging on IIS express? I found out that only one web API launches at a time (the one set as Startup project)
In the configuration manager both projects are set to build:
CodePudding user response:
At least for VS 2022, you can follow the simplest steps to select multiple projects as startup projects,
But one thing to note is that before setting multiple startup projects, you should debug your ASP.NET Core project at least once and select from the Debug menu to debug upon IIS Express,