I have a database first 3 tier application, now i am using Entity data model in my DataAccess layer to get some data. here i am gettoing connection string error as follows
The specified named connection is either not found in the configuration, not intended to be used with the EntityClient provider, or not valid
Please suggest me with appropriate solution
Raghunath