When I change the connection string using this code, it does not reload app.config at runtime. I expected it to reload similarly to how we reload app.conf
app.config
app.conf
Yeah, when ASP.NET web.config gets updated, the whole application gets restarted which means the web.config gets reloaded.