Hi all,

I have now a RESTful API running on my local computer. I can run it with the localhost in a development situation.

Now I want to test the WebApp against an other workspace. I copy my WebApp.exe to that folder an run it with my own computername (AH-DATOR) as the server.

This works fine, but when testing from outside my local network, it happens nothing. I get time-out error.
I tried to change the server from my name to the IP-address but same result.

I find out my IP thru 'Whatsmyip.com and find there the comment Your IPv6 is: Not Detected . Could that be the reason why I can't reach the webservice from outside? And what can I do to solved the problem.