Does it have any major effect on performance/ memory if my web.config is really huge (say, 1000+ entries in <appSettings>)? Is it a good idea to maintain a different custom xml config file for all business specific settings for my app? Thanks.
Share
The web.config file is usually just read once and the info cached so I dont think it will have any performance issue.
ASP.NET: Where/how is web.config cached?