I would like to ask, if I use NAnt to build my winform application and then copy the folder of release with exe file to the users' PC, how could I find the file of settings of application on users' PC?
Let me make an example, in settings.settings I add an settings of application, then i write some value. Then I use NAnt to build the project to geneare the folder of release with exe file. Then I cpoy the folder of release to the users' PC. Then I want to modify this setting of application. I'd like to ask, where should I modify?
Thank you very much,
It sounds like you are deploying this exe to a user-PC and want to modify the config settings.