Tcp/Ip server

Discussion in 'Site Programming, Development and Design' started by stevozilik, Jan 14, 2011.

  1. Hi Guys,

    I need to initiate a tcp.ip connection between my webserver hosted here and a client anywhere in the world. Do you see any way how that could be possible? I'd prefer that my webserver hosted here is the tcp/ip server.

    Thanks,
    Stevo
     
  2. Ray

    Ray

    Are you referring to an outbound call from our server? We do not block outgoing call so if you want to call on a web service to another 3rd party server you should be able to specify the tcp binding.
     
  3. I'd like to serve incomming calls, makes more sense for me. Would that be possible?

    thx for the quick answer btw
     
  4. Ray

    Ray

    In that case we're not going to be able to support it. TCP binding requires that we loosen up some security, this of course can compromise the server and the other sites we host.
     

Share This Page