We have WCF with wsHttpBinding now want to convert it on remoting how to do ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.