i have main three layers in my solution :
1-Business layer : contains business requirements (interfaces,business models)
2-Data Access Layer : which implement Business layer interfaces and write or read from my database and i use entity framework for this
3-Web layer which is MVC web project which has reference of business layer and data access layer
all i want is to add entity data model in data access layer using the same connection string of my web.config project and i can't find a simple way for that