Quick easy question. When I create the application.exe.config file and put my app settings into it and build, the build deletes the config file! Is there a way to build that into my solution?
- DBridle
Printable View
Quick easy question. When I create the application.exe.config file and put my app settings into it and build, the build deletes the config file! Is there a way to build that into my solution?
- DBridle
Compiling the config into the exe defeats the purpose of the config. You should be trying to find out why the file gets deleted.
I'm saving the file in the BIN folder.
- DBridle