<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>> I think we're talking about a few classes of configurations:<BR>> * Basic Application - doing via .ini and/or command line (nini gives us<BR>> this today)<BR>> * Regions & Standard asset library - xml today. Possibly also let this<BR>> be a database instead.<BR><BR>
Both these are possible (and reasonably clean) thru nini xmlConfigSource and custom dg implementation of ConfigSource.<BR>
 <BR>
The major winnage with using this approach would be that you could have a database with region settings that defaulted to an estate-wide xml config that could be overridden by command line - just by chaining three different config sources.<BR>
 <BR>
Also, it lets you mix config options from different config sources; so, it wouldn't matter what you persisted your option to; in deed, it could be different for each option.<BR>
 <BR>
/Stefan<BR></body>
</html>