ASP (not .Net) and Socket

J

JScoobyCed

Hi,

Is network communication available on ASP (not .Net)? My code is on
two ASP servers on which I cannot install any components.
My need is quite basic:
The Client (browser) POST/GET a HTTP request to Server1
Server1 POST/GET a HTTP request Server2
Server2 respond with a Comma Separated Values file
Server1 compose page with data from Server2
Server1 sends back the result to Client1

I know there are other solutions like XML-RPC, but it needs to install
something on the server.

Please advise. Thanks a lot.
 
A

Anthony Jones

JScoobyCed said:
Hi,

Is network communication available on ASP (not .Net)? My code is on
two ASP servers on which I cannot install any components.
My need is quite basic:
The Client (browser) POST/GET a HTTP request to Server1
Server1 POST/GET a HTTP request Server2
Server2 respond with a Comma Separated Values file
Server1 compose page with data from Server2
Server1 sends back the result to Client1

I know there are other solutions like XML-RPC, but it needs to install
something on the server.

It's fairly certain an ASP server will have MSXML3 installed. So use
MSXML2.ServerXMLHTTP.3.0.
An alternative would be to use the WinHTTP object directly which will be
present on Windows 2000 SP2 or higher however I prefer to go via the
ServerXMLHTTP route.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,768
Messages
2,569,575
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top