I’m starting a new project in Visual Studio 2022 using Angular and Web API, where Visual Studio creates two separate projects by default. However, the default template runs each project separately, and I need them to run under the same base URL, with /api/ as the prefix for API calls.
Is there a way to configure this directly within the default template in Visual Studio 2022?
I’m aware that I can set this up with IIS, but I’d prefer an out-of-the-box solution to simplify the publishing process.