I've created a DAL using the entity framwerok. I've also created a business service layer and a presentation layer(web app). My common sence is telling me the connection string should by only in the DAL but the presentation layer needs the connection string too.
So what's the best-practice for this situation ? Is there any way to have the connection string only in the DAL?