|
 |
asp_web_howto thread: Are sockets possible with ASP?
Message #1 by "Blake Benthall" <blakeeb@y...> on Thu, 29 Nov 2001 23:58:06
|
|
Is it possible to open a TCP or UDP connection to a port on another server
with ASP? (just with Winsock, not with any software that doesn't come with
IIS) If it is possible, could you please provide a few lines of code
showing how to do so?
Thanks a bunch,
Blake Benthall
Message #2 by "Ken Schaefer" <ken@a...> on Fri, 30 Nov 2001 12:19:20 +1100
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Blake Benthall" <blakeeb@y...>
Sent: Thursday, November 29, 2001 11:58 PM
Subject: [asp_web_howto] Are sockets possible with ASP?
: Is it possible to open a TCP or UDP connection to a port on
: another server with ASP?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
ASP is just intepreted VBScript, or JScript (or PerlScript or whatever you
write in). You need a component to do everything else.
If cost is the issue, I believe Dimac offers a sockets component for free
(w3sockets): www.dimac.net.
Otherwise, what is it you're trying to do...there may be other alternatives
to what you're attempting.
Cheers
Ken
Message #3 by Jack_Speranza <jsperanza@g...> on Fri, 30 Nov 2001 09:45:14 -0500
|
|
Check out the winsock API at www.vbip.com
-----Original Message-----
From: Blake Benthall [mailto:blakeeb@y...]
Sent: Thursday, November 29, 2001 6:58 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Are sockets possible with ASP?
Is it possible to open a TCP or UDP connection to a port on another server
with ASP? (just with Winsock, not with any software that doesn't come with
IIS) If it is possible, could you please provide a few lines of code
showing how to do so?
Thanks a bunch,
Blake Benthall
jsperanza@g...
$subst('Email.Unsub')
Read the future with ebooks at B&N
http://service.bfast.com/bfast/click?bfmid=2181&sourceid=38934667&categoryid
=rn_ebooks
Message #4 by "Craig Flannigan" <ckf@k...> on Fri, 30 Nov 2001 14:48:52 -0000
|
|
You'll need to use a component to do this, which could be called from ASP.
I ping websites from our pages. It's a free ping component for ASP, so
anything is possible, but you'll either have to write your own COM or
download someone elses.
-----Original Message-----
From: Jack_Speranza [mailto:jsperanza@g...]
Sent: Friday 30 November 2001 14:45
To: ASP Web HowTo
Subject: [asp_web_howto] RE: Are sockets possible with ASP?
Check out the winsock API at www.vbip.com
-----Original Message-----
From: Blake Benthall [mailto:blakeeb@y...]
Sent: Thursday, November 29, 2001 6:58 PM
To: ASP Web HowTo
Subject: [asp_web_howto] Are sockets possible with ASP?
Is it possible to open a TCP or UDP connection to a port on another server
with ASP? (just with Winsock, not with any software that doesn't come with
IIS) If it is possible, could you please provide a few lines of code
showing how to do so?
Thanks a bunch,
Blake Benthall
jsperanza@g...
$subst('Email.Unsub')
Read the future with ebooks at B&N
http://service.bfast.com/bfast/click?bfmid=2181&sourceid=38934667&categoryid
=rn_ebooks
$subst('Email.Unsub')
Read the future with ebooks at B&N
http://service.bfast.com/bfast/click?bfmid=2181&sourceid=38934667&categoryid
=rn_ebooks
_____________________________________________________________________
This message has been checked for all known viruses by Star Internet
delivered through the MessageLabs Virus Scanning Service. For further
information visit http://www.star.net.uk/stats.asp or alternatively call
Star Internet for details on the Virus Scanning Service.
|
|
 |