Link to home
Start Free TrialLog in
Avatar of htn5ca
htn5ca

asked on

How to update settings file in C#

How can I update the .settings file in C#? I want to add some fields in the file, I was wonder what is the easiest way to do this?  Heres an example

Version 1.5.6
string user = admin
string password = admin

UPDATE TO
Version 1.6.0
string user = admin
string password = admin
string httpchecker = https://www.blahblah.com
ASKER CERTIFIED SOLUTION
Avatar of Dennis Aries
Dennis Aries
Flag of Netherlands image

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 htn5ca
htn5ca

ASKER

Not complete answer but I figured it out