Link to home
Start Free TrialLog in
Avatar of shabrandi
shabrandi

asked on

Embedded app.config

hi,i want to  store a simple value  to  appconfig file of my c# app and be able to update the value some times, i want to store the appconfig file  in the exe ,not in exe  file directory,or any other path.
so  if i embedded the appconfig file in  my app resources how can i use it  as appconfig file and upadate it by code ?
thx for ur time
ASKER CERTIFIED SOLUTION
Avatar of magicdlf
magicdlf

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of magicdlf
magicdlf

You can use registry instead, unless you want to move the app to other machine and the configuration is still working.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial