If any of you have any suggestions on managing connection strings for your applications, I'd like to hear it. I know a couple of ways to do it, but I'm looking for the best way.<BR><BR>In .NET 1.1, ...
</pre><BR><BR>I also tend to make a base page class and subclass that instead of System.Web.UI.Page so that all my DB using pages have a connection object set up and ready to go in them already, which ...