Problem with TcpListener on Silverlight application
- by Samvel Siradeghyan
I am writing silverlight 3 application wich si working on network.
It works like client-server application. There is WinForm application for server and silverlight application for client.
I use TcpListener on server and connect from client to it with Socet.
In local network it works fine, but when I try to use it from internet it don't connect to server.
I use IP address on local network and real IP with port number for internet version.
Where is the problem?
Thanks.