Steve Harmon has a good tip on how to use ASP.NET 2.0’s configSource to store connection strings in a file outside of the web.config.  You keep the user specific file out of source control and you eliminate conflicts when people use their own connection string settings.  He’s not the only one to come up with that idea.