Remoting Configuration FileThis template aids with the creation of configuration files for use with .NET Remoting. You can configure your application by setting the defaults for object lifetime management, enable debugging support, configure or define channels, expose or consume server activated (well-known) objects, and expose or consume client activated objects. It will allow you to configure your application without worrying about the specific XML schema used to create these files. Template ParametersThe parameter nodes this template includes are the following: Remoting Configuration, Applications, Channels, exposed Server Activated Objects, exposed Client Activated Objects, consumed Server Activated Objects, and consumed Client Activated Objects. Channels also support configuration of Server Sink Formatters, Client Sink Formatters, Server Sink Providers, and Client Sink Providers. Template OutputThis template generates one configuration file for an application. Version History1.0.0 - Initial Release. |