I have a program that I am trying to decide where to store a config file. I am thinking about storing it in the isolated storage store, but does ClickOnce uninstall Isolated Storage files when the program is uninstalled?
If you create files using GetUserStoreForApplication the answer is yes. Files/dirs created using this API are stored in the data directory which is scavenged after the app is uninstalled.