Contents tagged with Source

  • Configure Multiple locations for remote objects.

    I faced this problem once while working on a distributed application using .Net remoting, basically i wanted to implement some kind of load - balancing, so i figured that i could have the server objects running on different machines and the urls for all server machines in the config file. The problem is if you have multiple urls for the same type in the config file and do RemotingConfiguration.Configure() then it throws an excpetion saying that you are trying to redirect and already registered type.