views:

240

answers:

1

Due to deployment restrictions, we can't deploy WCF on the client-side (yet) but would like to use it on the server-side.

I am interested to know if it is possible to use WCF on the server but consume it with .NET remoting on the client side. I don't have any problems with using specific bindings, transfers or protocols on the server side to make this happen.

+3  A: 

It is definitely possible - here is a good place to start.

Andrew Hare