if it is cached, what happens if I use multiple web.config in multi-level folders
The Web. Config file is used to configure Oracle Web Application functionality. This file is typically installed in the c:\Inetput\wwwroot\WebApp directory.
You can have a web. config for each folder under your web application. app. config is used for windows applications.
AppSettings is cached. You can improve performance by further caching to limit namevaluecollection lookups.
When you edit the web. config, It will restart the AppDomain (NOT AppPool) of that web application and clears the all occupied resources and memory.
config, unlike any other file, can be deleted.. Yes the web. config could be removed you can test it. The Website will give you error once you have removed it.
The machine. config file file is at the highest level in the configuration hierarchy while Web. config file is to override the settings from the machine. config file.
They all get cached.
Configuration is read once, at startup. With web.config, IIS watches for file changes and restarts the application.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With