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.
Related Sections
- Configuration
Describes the configuration requirements of .NET remoting, whether you use a configuration file or configure your applications programmatically. - System.Runtime.Remoting.RemotingConfiguration Class
Provides reference documentation for the RemotingConfiguration class, which configures remotable types programmatically. - System.Runtime.Remoting.Channels.ChannelServices
Provides reference documentation for the ChannelServices class, which registers channels programmatically. - .NET Remoting Overview
Describes the architecture and concepts of .NET Remoting.