Search code examples
model-view-controllerasp.net-corevisual-studio-2017multiple-sites

Selecting profiles with multiple startup projects


I have a VS 2017 solution that I have 3 separate MVC Core 2.0 web projects. Each project has the same three profiles setup to run. When I select any one of the 3 sites as the startup project I get an option to select which profile I want to run. The problem I have is when I select all three as Multiple Startup Projects I no longer have the option to select which profile to run. How would I go about setting this up so I can debug all 3 sites and select which profile I want to run as?

Thanks


Solution

  • I ended up finding this great extension called SwitchStartupProject that was exactly what I was looking for.It creates a file that you can highly customize. It is pretty simple and has a good wiki to help you get up and running.

    SwitchStartupProject fro VS 2017