I want to use the new LinqDataSource in one of my .NET 3.5 test applications. But I need the application to grab the connection information from the Web.config. My DAL is separate from the ASP.NET application so for obvious reasons putting the connectionstring in the DataContext is out of the question...