Briefly explain how to specify remoting parameters using config files.The remoting parameters can be specified through both programming and in config files. All the settings defined in config files are placed under <system.runtime.remoting>
<application> is placed under system.runtime.remoting but the name attribute of application tag specifies if the parameter is for server or client. RemotingConfiguration.Configure is used to access the configuration keys for remoting properties.
|