bhavin

bhavin

  • NA
  • 222
  • 37.5k

Remoting with vb.net

Sep 6 2017 9:04 AM

Hi,

I would like to have simple vb.net remoting example. I tried below link.

http://www.c-sharpcorner.com/UploadFile/ksasikumar/net-remoting-using-VB-Net/

 
It is working.

But problem is that, even if I change the port numbers, in client and server then also remoting is working.

So actually the remoting should only work if the client and server port numbers are same.

Also if we change the example to c# then it will only allow remoting if the client and server ports are same, but this not the case with vb.net.

Please suggest.