I have a class library which has one DBML file (Linq to SQL). As soon as i drag a table the connection string is created in the class library's App.Config file.
I create a second project which is an ASP .Net website. I set the Web.Config file with the connection string.
How could i set up my class library project so that it uses the connection string from Web.Config?
Go to the complete details ...