1
Reply

CLickOnce and User modifable config settings

Ian Journeaux

Ian Journeaux

Jan 14 2011 9:22 PM
2.7k

I am a novice C# progrmamer and I am trying to use ClickOnce to deploy an simple console application. I have a config file where the user configures the some settings for the correct operation of the software. 
If I compile for a normal application, the config file is in the same folder as the application. The config file is easy for the user to fine and edit. Unfortunately with ClickOnce, the config file is located in once of the obscure ClickOnce folders. 
What is the best way to create a config file is a folder the is easier for the user to find?   Perhaps the USER AppData folder under the program name?

Answers (1)