i use the ConfigurationManager to store some app-configurationvalues.
Since i start my app from the program folder i cant save config-changes…
I cant write in the program folder…
I know that its good practise to store data in %AppData% or %Temp%, but i want my config-File in the same folder as the executable.
How can i handle this problem?
3 options:
Program FilesAppData(best)