Results 1 to 2 of 2

Thread: Query a remote server in asp.net?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2002
    Posts
    20

    Question Query a remote server in asp.net?

    I'd like to query a server over the web. I need to set RemoteHost, RemotePort and Data Sent.

    I seem to remember doing something like the following in traditional VB once using winsock:

    ...blah blah blah

    With Winsock1
    .RemoteHost = txtIP
    .RemotePort = txtServerPort
    .SendData "\status\"
    End With

    ...blah blah blah

    But I'm having trouble getting anything done from within an asp.net app.

    Any suggestions?

  2. #2

    Thread Starter
    Junior Member
    Join Date
    May 2002
    Posts
    20
    I found it

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