Invalid connection path

XE2, Windows 7, RO 8.1.87.1145

I am trying to move from a TCP/IP server to a HTTP server (and then an HTTPS server). I compiled the server (it’s an update of one I have had around for a long time) and place it into the ISAPI application directory. I checked the path in the browser and both the BIN and SOAP show up as expected. I assign the BIN the TROIndyHTTPChannel the same path I used in the browser (“http://localhost/isapi/TRAKReg4.DLL/bin”) but I am getting an “invalid connection path” exception when trying to connect to the server.

It seems pretty basic to me–any ideas on what I might look at?

Also, are there tips for debugging an ISAPI DLL?

Much appreciated,

Ed Dressel

have you registered TROBinMessage with TROWebBrokerServer?
it should be something like

  object WebBrokerServer: TROWebBrokerServer
    Active = True
    Dispatchers = <
      item
        Name = 'ROBINMessage'
        Message = ROBINMessage
        Enabled = True
        PathInfo = '/BIN'
      end>
    Left = 48
    Top = 8
  end

pls read this article.

Thank you for the help and article. The exception was being thrown by the DB connection not RO.