I have several applications running on a workstation all pointing to the same
sql server. I would like a way to save the connectionstring once on the
machine and have all my applications be able to read it. In the event of a
problem where we have to change servers, I would like to be able to update
the connection string in this one place and proceed.
I have examined shared assemblies, and I have thought of storing the
connection string in machine.config. I have been to successful with either
of these methods.
In VB6, is used a dll and it worked fine.
What is the preferred way of doing this.
--
Thanks
Arnie