We have several configuration transformations that allow publishing in a specific environment with the correct parameters specified in web.config.
However, it would be useful to run the application locally, specifying a specific assembly configuration. This will allow us to run the application locally and connect it to a live database, for example, quite conveniently when tracking errors, for example.
However, when we press F5 to launch the application locally, regardless of the currently selected build configuration, the conversion of the web.config file does not occur.
Is this normal behavior and can it be changed?
David source share