My company has an application that programmatically saves a single value in the web.config file. The web.config file is updated approximately every five minutes.
James Curran reports that it is a bad idea to programmatically change web.config in this answer Dynamically change connectionString in web.config , but it does not explain why this is a bad idea.
I am looking for reasons to convince my boss not to store any dynamic data in the web.config file. Links to good articles are especially welcome.
aaaa bbbb
source share