settings file vs app.config [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: What is the difference between app.config file and XYZ.settings file? I'm not really understanding the interaction/differences between settings and config files. If I add an entry to the settings file, it gets added to the app.config as well. Does this mean that changing the value in the app.config will update the settings? If not, how do I update settings in a live application? What's the general purpose of