Class for Reading Configuration Files

  • Thread starter Thread starter John Puopolo
  • Start date Start date
J

John Puopolo

All,

Is there a class in the .NET framework specifically designed for
reading configuration files, e.g., MyApp.exe.config? I know that I
can read them via XmlReader and the like, but I was wondering if there
were classes with a slightly higher level of abstraction.

Thanks,
John
 
Hi john,

You can read it, but cannot write them :)

Use System.Configuration.ConfigurationSettings

Cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top