I want to have an xml config file that users can modify if they need to and my windows form application can access while running so that it too can read/write to the file.
So I added an app.config file and set to work. It works fine for what I need but when I do a ClickOnce deploy that xml file is not visible or accesible to the user anywhere.
How can I have the user and machine read/write config file and use ClickOnce together?
So I added an app.config file and set to work. It works fine for what I need but when I do a ClickOnce deploy that xml file is not visible or accesible to the user anywhere.
How can I have the user and machine read/write config file and use ClickOnce together?