I have a web application that communicates with multiple .net remoting endpoints.
I'd like to use the Castle RemotingFacility to resolve my remote dependencies, but it looks like you can only configure one endpoint uri for the facility.
Is this scenario possible with the existing RemotingFacility? If so, how?
Thanks.