Results 1 to 2 of 2

Thread: tcp/ip between ASP client and VB program (server), possible?

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2001
    Posts
    13

    tcp/ip between ASP client and VB program (server), possible?

    Hey guys,

    i want to create a tcp/ip connection between a server and a client. On the server, i have this program which is written in visual basic waiting to accept a connection from the client. Now, on the client side, i'm using an ASP web page to make the connection. I don't know how to code it to connect to the server side using sockets and send a message (ie: hello world) to the server.

    Do i need the same type of "socket" to be able to make a connection? (ie: i imported System.net.sockets for the server, and on the client, using the asp webpage, can i use like ActiveXpert.Sockets to create a connection?) I'm so lost...

    Thanks!

  2. #2
    Lively Member
    Join Date
    Oct 2006
    Posts
    81

    Re: tcp/ip between ASP client and VB program (server), possible?

    It doesnt matter what kind of sockets you use to connect, it just needs to be TCP/IP protocol..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width