Registering Remote Objects Using Configuration Files

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. This section describes how to register remote objects in configuration files.

In This Section

  • Remote Object Configuration
    Describes the basic requirements of using an application configuration file with .NET remoting, including lifetimes and instance and template elements.
  • Server-Side Registration
    Describes the configuration requirements of an application that is publishing remotable types.
  • Client-Side Registration
    Describes the configuration requirements of an application that is consuming remotable types.
  • Channel Registration
    Describes the configuration requirements of channels and channel sink providers.