I'm using the .Net Core 2.2 Angular template and i'm hosting it with IIS.
The main problem is that my Index.html has the standard base href. I want it to be variable and its not known when i build it. So app.Map() is not the right way and neither any angular.json build parameters.
The problem came with the new Template and i did not find a good solution for this.
Right now im using Sharmachines Solution but it's more like a Workaround for me since it doesnt work well when it doesnt lay in a subdirectory.
Any clues how to achive this without an Installer?
Thank you for helping