c# - Microsoft Azure Server Hosting? -
i've built base server engine(in c#) , test on microsoft azure. engine works on normal pcs including portforwarding. however, when tested on vm, can't seem tcp or udp process between pc client application , server hosted on vm. main guess need portforwarding on azure vm, thought point of creating endpoint public/private port, in turn portforwarding.
i've gone through vm , opened specified endpoint same public/private port needed server , i've disabled temporarily windows firewall testing.
however, after of this, connection not initialize , udp datagrams not received. once again, server work across windows pc set on, not azure vm , not sure why.
as bit of info, using tcplistener, tcpclient , udpclient classes , asynchronous functions server's main network control, if holds relevancy.
Comments
Post a Comment