I am writing silverlight 3 application which is 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 Socket.
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.
I get error 10013 AccessDenied.
Port number is correct and access policy exist.
Firewall is turned of.
Where is the problem?
Thanks.
views:
121answers:
2
A:
Have you tried to check the general availability of the connection from your machine to the Internet server with telnet ?
Kaerber
2010-03-30 09:29:13
No I havn't. I don't know how to do that. Can you explain how to check?
Samvel Siradeghyan
2010-03-30 09:38:47
A:
The problem was that computer, where hosted website hasn't real IP address, and I couldn't connect to it from internet. I added Real IP address and everything works fine now.
Samvel Siradeghyan
2010-08-19 10:24:02