Hello every1,
I have a current program where I added a setting in the config where it hides some tabs and file menus depending on a Boolean value. I would like to be able to turn this config setting on/off without having to recompile and republish the program.
What would be the best way to do something in this nature? What would you guys suggest? Maybe an external XML file and set the property: Copy to Output = Copy Always?
In a diff program I created a debug log txt file and once I published and installed the program the log is nowhere to be found.
So I am just curious where this would go after I installed the program and so a user without technical knowledge could easily change this file and that would adjust the settings on the program.
Properties.Settings.Default.SystemManualDir;
But I can't find this file after installing the published program.