The entry ” has already been added error

it can be in web.config that is parent to this one. just add

<remove name="conn2" />

before your add it (again) 🙂

alternatively clear all connection string using

<clear />

Leave a Comment