Hi

Hi,
I'm try to run Datasnap server on Windows Azure (cloudapp.net)
use TCP\IP and default port 211
and can't connect from my client.
SQLConnection on client setup DSHost by IP address  


Maybe someone knows a guide or description about Datasnap on Azure?

Comments

  1. A few years ago I have done a session about this at the Delphi Tage in Heidelberg and made the slides and examples available here: 
    http://www.uweraabe.de/Blog/2012/09/24/datasnap-in-the-cloud/

    ReplyDelete
  2. How I can test port from my server app?

    ReplyDelete
  3. Dobrin Petkov No Englsih version, sorry! The slides mostly contain only screenshots of Windows Azure. AFAIK MS changed the Azure interface recently so the PDF may differ from the actual screens anyway. You might have better use for the other files, but it is not very unlikely that you actually did everything right at the server side and there is just another problem.

    ReplyDelete
  4. Found one intersting thigs - When I Start from local - listen port setup - 211. When start in cloudapp.net - listen port is 80. 
    Why?

    ReplyDelete
  5. Yuri Drigin In case you are referring to my example code, the port is configured in the ServiceDefinition.csdef, made available as an environment variable, which in turn is evaluated in the server.

    ReplyDelete

Post a Comment