Socket Server Error 2031 + 2048
Hi, I've recently been working on the Fabiano's source and managed to get it working Localhost,
My brother is trying to connect from his PC so I've:
Asked him to add the client to trusted locations
Turned off Private Network Firewall
Added
<allow-access-from domain=""*"" secure=false/>
<allow-http-request-headers-from domain=""*"" headers=""*"" secure=false/>
<allow-https-request-headers-from domain=""*"" headers=""*"" secure=false/>
At first he had the 2048 Socket Error which I believe relates to MySQL and his inability to access the database, hence the code pasted above.