|
-
Jan 4th, 2003, 01:58 PM
#1
Thread Starter
Junior Member
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?
-
Jan 6th, 2003, 07:16 PM
#2
Thread Starter
Junior Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|