Visual Studio saves lots of values in the project's app.config file
(connection strings for datasets, My.settings, etc.), but as far as I can
see, if the project is in the middle teir, these values aren't made available
to the user because only the exe's app.config file is copied to the
application's bin folder. Is this the case or am I missing something?
For instance, I have a connection string and some directory paths that I
want the user to be able to change but which is only used by the middle teir
project. I don't really want to store them twice but I can't see another way.
(connection strings for datasets, My.settings, etc.), but as far as I can
see, if the project is in the middle teir, these values aren't made available
to the user because only the exe's app.config file is copied to the
application's bin folder. Is this the case or am I missing something?
For instance, I have a connection string and some directory paths that I
want the user to be able to change but which is only used by the middle teir
project. I don't really want to store them twice but I can't see another way.
Comment