I am getting this error when multiple user reads the key at the same time , an error occurred loading a configuration file:
The process cannot access file file 'web.config' becuase it is being used by another process
I am using like below in code.
var value = ConfigurationManager.GetSection("keyname") as NameValueCollection;