.net - How can I use Castle's RemotingFacility to access two different endpoints from the client? -


I have a web application that communicates with multiple .NET remoting endpoints.

I want to use the Castle Remoting utility to solve my remote dependence, but it seems that you can configure Yuri only one endpoint for convenience.

Is this scenario possible with the existing remoting capability? if so, how?

Thank you.

Is this really the case? I think it means otherwise ...


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -