I have a large number of tables in my database and I want to create multiple Entity Data Models. I want them all to reference the same connection string in either my web.config or app.config.
right now, when I go through the wizard in vs2012 to create each model, it seems to create a new configuration entry in my app.config with it's own credentails. Maybe somehow I'm not picking the right options?
What is a clean way to do this so I just have one connection string that is used for all my Entity Data Models?