Duplicate Connection String Error
问题 I have a website deployed in a server. One day it threw an error saying the connection string name is already added. I checked the web.config file and it has only one entry in that name. I removed the entry from the config. Now the website worked well and fetched data from database. Note: When I changed the name of the config file it show error. I think, the issue is – the connectionstring part is cached in memory. Is it so? How can we overcome this unwanted behavior? Config Files in Source