Hi!
Sorry for the delayed response. There are a few of things to watch for here:
- As you noted, UWS-hosted app configuration should have its HTTP Listen Address to have either All specified in it, or have the explicit hostname:port combination specified.
- Your client system should be able to resolve server's hostname. Run "ping HostNameOfYourServerSystem" command on your client. It its output shows server's IP address, then it means your client is configured properly. If not, it could be that your server does not respond to pings, but more likely is means that your DNS is not set up correctly, and that can be mitigated by creating a custom entry in the "hosts" file located in the "C:\Windows\System32\drivers\etc" folder.
- Finally, please ensure that server's anti-virus and firewall software is not blocking port(s) your app is hosted at.
Best regards,
UltiDev Team.
Please donate at
http://www.ultidev.com/products/Donate.aspx to help us improve our products.