Web.config

F

Fresno Bob

Is it possible to next app setting keys (like below) or multiple config
files.


<appSettings>

<Category1>

<add key="NestedKey" value="server" />

</Category1>

<Category2>

<add key="NestedKey" value="server" />

</Category2>

</appSettings>
 
J

Juan T. Llibre

re:
!> Is it possible to next app setting keys (like below) or multiple config files

Sure it is.

Here's some articles which show you how to do that:

http://aspnet.4guysfromrolla.com/articles/020707-1.aspx
http://aspnet.4guysfromrolla.com/articles/032807-1.aspx
http://todotnet.com/archive/2005/06/03/478.aspx
http://blogs.msdn.com/samar/archive/2005/06/07/425964.aspx




Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
 

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

Top