I'm not sure how extensive this question is going to be, but I'll try to give as much detail to what I did as possible. I have a three layer application, where I have a Data Access layer (DAL), Bussiness Logic layer (
BLL) and the Presentation layer (PL). On the DAL I only have the LINQ to SQL class. On the BLL I store the connection string in the app.config...