What’s the difference between the WebConfigurationManager and the ConfigurationManager?
What’s the difference between the WebConfigurationManager and the ConfigurationManager?
What’s the difference between the WebConfigurationManager and the ConfigurationManager?
I’m wondering how the ConfigurationManager.AppSettings[Key] works.
We know that IIS caches ConfigurationManager.AppSettings so it reads the disk only once until the web.config is changed. This is done for performance purposes.
I have an Web.Api application that uses functions from a different assembly. For this assembly I have created a .config file where I store some strings.