Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

HTTP connection

Status
Not open for further replies.

joecool2005

Programmer
Nov 24, 2005
8
CA
Hi all,

How do you do a HTTP Connection on ASP?

Thx
 
I want to execute something on the server side.
Something like this.

Session.GetHTTPConnection("support.drtax.ca")
This is in C++.

But I want to do on ASP

Thx
 
You can use a COM object to do this.

Microsoft makes one named XMLHTTP that may already be installed on your web server. There is more than one version of this object so make sure you use the one that is thread safe for use on a server.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top