Question relay data to and from Asp.Net Web Server?

kaylin1997

New member
Joined
Jul 11, 2013
Messages
4
Programming Experience
Beginner
I have knowledge in vb.net but not in asp.net. I have a udp client in vb.net thaat sends messages from computer to computer on the same IP (in school) but i want to send and retrieve it from a web server. I want to know if this is possible to do and if anybody has any tips or tuts.

Or if possible i would use a php script that sends and retrieves items and stores it within a sql database

or anything else as long as it works

thanks in advance.

edit

Just to clarify:

what I have setup already is:

using multiple clients that are in vb.net that use the udp function to send data from ip to ip.

what i am trying to do is:

Link these clients to a server that will be on my azure account to then resend the data back out to the other chat clients.

Why I am doing this:

because I will be able to log the use of the applications and use it on a much wider scale
 
Back
Top