1
I would like to know if it is possible to configure a connection string for two intended environments, for example, the debug and the release. That is, when debugging, the connection string will be one and from the moment the project is published, it will be another. I looked for some examples, but I didn’t quite understand how to implement.