Is there a way to intercept when the web.config file is loaded (as far as AppSettings goes) to pull values from a DB instead of the web.config file? Thanks, - Kevin
Without getting too deep into installing and testing, does this still allow you to use ConfigurationSettings.AppSettings["key"] to retrieve the settings stored in a database? Or, do you have to point to a different class/method? Thanks, - Kevin
kwarnkeq
Member
100 Points
20 Posts
Override the loading of the appSettings section of a config
Sep 29, 2003 07:35 PM|LINK
joteke
All-Star
46284 Points
6896 Posts
ASPInsiders
MVP
Re: Override the loading of the appSettings section of a config
Sep 29, 2003 07:42 PM|LINK
Teemu Keiski
Finland, EU
kwarnkeq
Member
100 Points
20 Posts
Re: Override the loading of the appSettings section of a config
Sep 29, 2003 07:51 PM|LINK
joteke
All-Star
46284 Points
6896 Posts
ASPInsiders
MVP
Re: Override the loading of the appSettings section of a config
Sep 29, 2003 07:53 PM|LINK
Teemu Keiski
Finland, EU