Configure VB.Net application over internet

Seidleroni

New member
Joined
Oct 5, 2007
Messages
1
Programming Experience
1-3
Hi folks,

I'm slightly experienced with VB.Net, but have little experienc doing networking applications.

What I want to know how to do is this: I want to run an application on one computer that is very basic, but can serve an HTTP file to another computer. On the second computer, I want to be able to type in the IP address of the FIRST computer, and be able to click a button the HTTP form, which sends some information to the FIRST computer. Is it possible to do this? I need a very simple example program if anyone can point me in the right direction.

I just want to be able to have one computer serve an HTTP website to another computer via VB.NET and via the website relay some information. Any help is EXTREMELY appreciated!
 
Back
Top