Hey all!
I have just run into this problem. My website has just decided to return the error "The entry 'Connection' has already been added.
My connection string is located within my Web.Config file:
<add name="Connection" connectionString="Data Source=source;Initial Catalog=database;User ID=user;Password=pwd"
providerName="System.Data.SqlClient" />
As far as I am aware i have not changed anything that could of triggered this error message. I dont understand it though as I need that code in there to perform all of my database functions. Anybody know why this error occurs?
I have just run into this problem. My website has just decided to return the error "The entry 'Connection' has already been added.
My connection string is located within my Web.Config file:
<add name="Connection" connectionString="Data Source=source;Initial Catalog=database;User ID=user;Password=pwd"
providerName="System.Data.SqlClient" />
As far as I am aware i have not changed anything that could of triggered this error message. I dont understand it though as I need that code in there to perform all of my database functions. Anybody know why this error occurs?