I have a number of constants which are to be consistent across a number of different applications.
What external object can I create which can be accessed by each of these applications?

For example, the connection string, named conConnection, is the same for each of the applications. How can I store the value of conConnection in one spot and have it accessible to more than one application.


Thanks in advance,
Roxanne