Are My.Settings
values saved in the program itself or do they get stored in the registry? So, for example, if I set a My.Settings
value with a prog
If you have installed your application using clickonce then your MySettings will be stored in a config file which is stored at `C:\Users\\AppData\Local\Apps\2.0\Data........
search in these path with a file named as yourapp.exe.config
The thing is MySettings will be stored in app.config file of that application and after publishing the app.config file is saved as applicationname.exe.config file