After using a configuration file to configure a remotable object client
using the "RemotingConfiguration.Configure()" method. I've noticed that the
configuration is somehow persisted by the framework. To try and
subsequently read the configuration again causes an exception to be thrown.
I would like to be able to re-deploy my remote objects to another machine
and then reconfigure by simply changing the configuration files but have
been unsuccessful in doing this w/o recompiling the client app. I need
something like a "RemotingConfiguration.Reset()" method but one does not
exist. How is the configuration persisted? Is there a way to reconfigure
dynamically and still use the configuration files?

You can read messages from the DOTNET archive, unsubscribe from DOTNET, or
subscribe to other DevelopMentor lists at http://discuss.develop.com.

Reply via email to