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:


