App.Config

  • Thread starter Thread starter Landley
  • Start date Start date
Is there a nice way of writing out to app.config file?


You'll have to use the XML classes to write to the app.config. The
app.config is more or less read-only.
 
I thought as much. Shame.

Thanks.

Landley

Lucas Tam said:
You'll have to use the XML classes to write to the app.config. The
app.config is more or less read-only.
 

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