B
Barry
Hi
is it possible to have a node like the following (appUsers) in the
App.config file in a .Net Framework (2.00) app
<appSettings>
<add key="AppSetting0" value="Monday, February 28, 2005 1:27:59 PM" />
<appUsers>
<add key="user1" value="xxx-1" />
<add key="user2" value="xxx-2" />
<add key="user3" value="xxx-3" />
<add key="user4" value="xxx-4" />
<add key="user5" value="xxx-5" />
</appUsers>
</appSettings>
if not is there a way out of this
TIA
Barry
is it possible to have a node like the following (appUsers) in the
App.config file in a .Net Framework (2.00) app
<appSettings>
<add key="AppSetting0" value="Monday, February 28, 2005 1:27:59 PM" />
<appUsers>
<add key="user1" value="xxx-1" />
<add key="user2" value="xxx-2" />
<add key="user3" value="xxx-3" />
<add key="user4" value="xxx-4" />
<add key="user5" value="xxx-5" />
</appUsers>
</appSettings>
if not is there a way out of this
TIA
Barry