Leon

Browse by Tags

All Tags » Utilities (RSS)
Dynamic Application Configuration in .NET Applications
We have couple of choices to work with application in .NET 2.0: Pros Cons appSettings section in standard configuration files Simple existing API, changes in web.config immediately reflected in application Cons: name-value string pares only can be stored, application need restart to accept external changes Custom configuration sections Can store complex data Should be implemented for each configuration structure, implementation is not very intuitive, application need restart to accept external changes...