If I remember correctly, appsettings is read each time you request it and it
aint cached - so you have to add it to the cache if you want to have it
cached.
As such it wont be updated when the config changes - but your application
will restart and flush the cache anyway. You will need to work out when to
readd it to the cache.
--
Regards
John Timney (Microsoft ASP.NET MVP)
----------------------------------------------
<shameless_author_plug>
Professional .NET for Java Developers with C#
ISBN:1-861007-91-4
Professional Windows Forms
ISBN: 1861005547
Professional JSP 2nd Edition
ISBN: 1861004958
Professional JSP
ISBN: 1861003625
Beginning JSP Web Development
ISBN: 1861002092
</shameless_author_plug>