Web.config entry already been added error

added by behroz
6/10/2011 9:21:59 PM

364 Views

Some times when you run the application you get a strange 'The entry has already been added' error from the web.config file. It stops you from accessing the connection string section. The solution is very simple just add a clear tag before the connection string.


0 comments