Re: Web.config on load balanced servers



If you want a single location for configuration data, consider the database. But then of course you have a bootstrapping problem of how to tell each server what database to connect to. At some point, each server needs to be informed where to go look for your configuration data.

-Brock
http://staff.develop.com/ballen


Hi,
I'm building an application that will probably sit on some load
balanced
servers at some point and I'm concerned about keeping configuration
settings
in the web.config file. Is there a tried and tested method of holding
config information in static classes or in the cache that someone
could point me to?

Cheers,
Tim.


.