I want to deploy an application using ClickOnce technology. The application depends on the .xml file. The location of the .xml file is provided in the App.config file. This .xml file can be modified by the user. With ClickOnce, I only see the file (.appref-ms) downloaded. Is it possible to download dependent files that can be modified by users?
thank
Sandy source
share