Is it possible to use System.Configuration, if there is no local app.config? And how to, if it is po
Posted
by Aen Sidhe
on Stack Overflow
See other posts from Stack Overflow
or by Aen Sidhe
Published on 2010-04-14T08:05:33Z
Indexed on
2010/04/15
8:23 UTC
Read the original article
Hit count: 185
Hello.
I have a client apllication that run in very restricted area - it has no direct access to computer, where it is running. I don't want to invent another one System.Configuration system to configure my application.
But there is no method in ConfigurationManager, that allows to load configuration from string or Stream.
It seems to me that it's impossible to use a ConfigurationManager in this particular scenario, but may be (and I hope to) wrong?
© Stack Overflow or respective owner