Has anyone any opinions or real world experience in creating a centralized ConnectionString manager and what would be the mechanism to retrieve them?
We are going down this road so that there is a way to have connection strings in one centralized place to manage them there. But with the cavaet that we would not want to introduce lessened security on this mechanism, so I would not imagine that storage in a database would necessarily be the place. But I am not opposed to it.
Anyway, any ideas?