User.config in .NET 1.1

  • Thread starter Thread starter tomko
  • Start date Start date
T

tomko

Hi,

Does .NET 1.1 (VS 2003) support using user.config for updateable user
settings? I've only found posts on using the read-only app.config.

Br,
Tom
 
App.config is readonly from the design persperctive.
If u want to write smth into (that seems be not very good) you can use
System.Xml namespace's classes

--
WBR,
Michael Nemtsev :: blog: http://spaces.live.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

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