I have three similar sites with little differences that are published from the same Angular project. Currently, there are three web.config files that are manually chosen for the relevant site when publishing.
I want to know if there is any technique that the process of selecting the web.config file can be dynamic when publishing. Or, maybe having different sections inside one web.config file and choose the section according to the site. Is there any way to achieve this?