entity framework client connection details versus connection details in EF library?

Posted by Greg on Stack Overflow See other posts from Stack Overflow or by Greg
Published on 2010-05-20T07:22:44Z Indexed on 2010/05/20 7:30 UTC
Read the original article Hit count: 271

Hi,

I have an EF project which has embedded connection details.

Then when I use this project from a client library I get told to copy the config file across, which includes the connection details.

What are the rules re which connection string would be used here? i.e. does the database connection string in the client project override any connection strings in the EF library project?

© Stack Overflow or respective owner

Related posts about entity

Related posts about entity-framework