08.24.08

Web.config – The entry ‘ ‘ has already been added error

Posted in Uncategorized tagged , at 3:05 pm by aspnet

If you happened to encounter this error, it may probably due to a duplicated copy of “web.config” exist in the parent folder which causes the IIS to read it twice. Verify that the parent folder does not have another copy of web.config file, and if yes, remove it. This was the issue arised and solved with the advised method.

Leave a Comment