If I have projects that are deployed by copying files (executables, dll and data files) to their destination folder, can I bypass copying the app.config ( executableName.config) file correctly , because it will be created anyway the first time the application is launched for a user in a local user repository?
Or otherwise requested, correctly, that the app.config ( executableName.config) in exeutables catalog /bin/debugor /bin/releaseintended only for debugging purposes, and can be removed without any consequences?
I have tested and used this without problems so far (deleting and not deploying the configuration file), but maybe there are some side effects that are not obvious at first glance?
source
share