ASP (not .Net) And Socket

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.

View Replies


ADVERTISEMENT

Socket

Is there a ASP-way to do the same thing as the PHP-socket_raw_connect. To connect to another program/server from a ASP-script and send some data.

View Replies View Related

Secure Socket Layer

I wish to learn about ssl (secure socket layer's ) as I'm trying to build my own cart, I looking to take card details using this ssl and manually make the payments off line,

new to ssl, do I simply store the form pages that request the customers card details within the ssl and that will encrypt anything sent from that page to my database

hope someone knows a little more than me, or knows any good links on info about using ssl when making a cart.

View Replies View Related

Close Socket Problem

I am using JAVA to write a program that will open a socket and print
something to server side.

then I have close the socket in the JAVA already

If I just running the .class file in command mode, it can be close the
socket

but if I using set objJAVA = getObjcet("java:classFile") in ASP
it since cannot close the socket, since the socket status is TIME_WAIT when
I type "netstat -a" after running the ASP.

View Replies View Related

Looking For Socket Chat In Asp And Javascript

I am looking for a script or help in asp and javascript socket chat program.

View Replies View Related

Slow Opening Socket On ASP With Multihomed Machine

This is a cross-post from the .NET group since it looks like it may not be
..NET.

New information since the original post is that is the wireless network is
enabled and connected the socket connect time is 4x longer! Disable wireless
and it is back down to just very slow. Code:

View Replies View Related

Permission Denied. Address 'zzz.zzz.z.zzz' Is Not An Allowable Remote Socket Address.

Permission denied. Address 'zzz.zzz.z.zzz' is not an allowable remote socket address.

What is the significance of this error, and what should be looked into to fix the problem?

(if this is of relevance: My sandbox is localhost.. so zzz.zzz.z.zzz is internal ip)

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved