What are the information required to configure remote objects?- Remote objects can be registered either programmatically or by specifying the remote objects in configuration files.
- Registering remote objects in configuration files allows administrators of applications that expose or consume remote objects to change the location of the objects without recompiling the application.
Following information is provided to configure a remote object :
a. Activation type for the remote object. b. Channels. c. URL of the remote object. d. Type metadata of the remote object.
- .Net Remoting does not automatically pick up any Remoting configuration values in the application configuration file.
- Developers publishing or consuming remotable objects are responsible for configuration of the .Net Remoting system so that applications using .Net Remoting work correctly.
|