10013 error (AccessDenied) on Silverlight Socet application
Posted
by Samvel Siradeghyan
on Stack Overflow
See other posts from Stack Overflow
or by Samvel Siradeghyan
Published on 2010-03-30T08:09:14Z
Indexed on
2010/03/30
8:13 UTC
Read the original article
Hit count: 642
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.
© Stack Overflow or respective owner