We have a fairly complicated system that allows the user to configure mutliple network setups. Depending on the setup apps are ran on either the client or server. Currently we use environment varilables and databases to determine where/how all of the apps are connected.
I want to use the registry to eliminate the need for environment variables but I would need to be able to access the registry from another PC to do this. Is this possible?
