It must be very simple explanation, but i can't find it, please help! I supposed that prior to publishing object for remoting i have to : 1.create channel. 2.register channel on server. 3.register WellKnownServiceType. This works well.
What i did(just for fun):
1.register WellKnownServiceType.
2.create channel.
I can't understand why it still working? - the created channel was never registered.
Note: there is no channel entrance in config files.