Client - Server over Internet C#
-
Hi all. I've search a lot but i haven't find a code in c# that make a Client-Server net that work over internet. All samples i found work only on LAN. Can anyone please give me some link of sample that use a Client-Server net working over internet? Thanks.
-
Hi all. I've search a lot but i haven't find a code in c# that make a Client-Server net that work over internet. All samples i found work only on LAN. Can anyone please give me some link of sample that use a Client-Server net working over internet? Thanks.
Member 4311057 wrote:
I've search a lot but i haven't find
That's because it doesn't exist. If you want to connect applications via the internet then use WebServices.
I know the language. I've read a book. - _Madmatt
-
Hi all. I've search a lot but i haven't find a code in c# that make a Client-Server net that work over internet. All samples i found work only on LAN. Can anyone please give me some link of sample that use a Client-Server net working over internet? Thanks.
-
Did you think about port forwarding? If you skip that on the server, the client can not connect to it.
I think the port are ok (they're opened i mean,i've open it in the firewall and they seems not to be blocked). Mark,can you give me a sample were you use webService? (for example a chat) A chat could be a great example becouse i can change the text message with the data i want to tranfer. Thanks.
-
Hi all. I've search a lot but i haven't find a code in c# that make a Client-Server net that work over internet. All samples i found work only on LAN. Can anyone please give me some link of sample that use a Client-Server net working over internet? Thanks.
Ok,i've made a web service that do what i want,the problem is that i can see it only in local network. How can i made it work (like Apache in PHP) from anywhere in internet ? Thanks.