multiple app.config appSettings?

  • Thread starter Thread starter musosdev
  • Start date Start date
M

musosdev

Hi

I'm wondering if it's possible to split my application settings into
multiple files?

Currently, I have <appSettings configfile="blah" /> in my web.config.

What I wanted to do though was split the file down, so I could have like
basic.config, errors.config, etc - each with <appSettings> and a collection
<add key lines.

However, I can't add multiple appSettings lines to my web.config, so I'm
wondering if it's possible!?

Thanks


Dan
 
Back
Top