How can I use Castle's RemotingFacility to access two different endpoints from the client?
I have a web appl开发者_如何学Goication 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.
Is that really the case? I think that this post implies otherwise...
精彩评论