Hi, I have an application that users access via phone (touchtone) or SMS. Now want to give them web access. Thought a webservice communicating with app via TCP would do it.
TCPClient connection code that works OK in the app fails in the webservice with 'Host actively refused connection'
Makes me think that IIS won't allow a Webservice to drive straight into the local network. But I am just guessing.
So... What is the DotNet answer to this.
1) An IIS setting, config file etc that needs adjusting.
2) Forget Webservice and use WCF which I know nothing about.
3) Something else.
Thanks Bob