In ASP.Net when I see the error message "The entry 'x' has already been entered" I think that means a name (in this case 'x') is defined twice in Web.Config.
Is that a reasonable summary of what causes that error or are there other ways it could be generated ?
The 'x' in question doesn't appear twice in the web.config - any ideas of what else could be causing this error ?