We have WCF with wsHttpBinding now want to con开发者_C百科vert it on remoting how to do ?
WCF and remoting (.NET remoting) are two different technologies. Switching mean rewritting integration part of all your server components and clients.
.NET remoting is "replaced" by WCF with netTcpBinding so you should start with changing your binding to netTcp and see if your clinet will be satisfied.
精彩评论