Config file

tENBace

New member
Joined
Jan 5, 2005
Messages
1
Programming Experience
1-3
Are there config files associated with a service like there is with an application. I would like to store values that may be changed statically in a config file and i have been playing around with things, in a console app, because it is hard to debug in a service. If anyone could help i would really appreciate it.
 
System.IO.StreamReader
System.IO.StreamWriter

it's in simple text format and can easily be changed outside of the app with any text editer, but it's a quick method for saveing program settings
 
Back
Top