I am developing in Visual Studio 2015
, but I have problems with some variables that at the moment of testing must have a value (paths, connection chains, etc) ; and at the time of publication should have another that is the production. Is there any way so that just by changing it in the compilation to release mode
, I get the proper settings?
Greetings