.NET remoting manual configuration
- by Quandary
Question: In .NET remoting, I configure the client like this from a config file
RemotingConfiguration.Configure("AsyncRemoteAPIclient.exe.config", False)
Dim obj As New RemoteAPI.ServiceClass()
(with this AsyncRemoteAPIclient.exe.config)
<system.runtime.remoting>
<application>
<client>
<wellknown
…