I'm aware of the configSection to enable Catalog Name Overwrites, and it works great. But this means that when I publish my application to different web servers that run the same application but point to different databases, I have go to every server and change the values in the relevant configSection.
I would prefer a programmatic way to do this, similar to setting the DbHelper.ActualConnectionString (which I currently do as well.)
Is there programmatic access to the Catalog Name Overwrites dictionary??
-mdb