Hi I'm new to EF but am trying to go by the book and create tests for my repositories. The tests fails here.
desiner.cs base(global::System.Configuration.ConfigurationManager.ConnectionStrings["pij_localConnectionString"].ConnectionString, mappingSource)
I presume I need to move the connection strings out of the webconfig. What is the normal protocol/method for doing this?