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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ServerXMLHTTP in ASP.NET

Status
Not open for further replies.

NKSBenny

Programmer
Joined
Jan 8, 2003
Messages
3
Location
GB
I am currently using the Msxml2.ServerXMLHTTP object to execute remote HTTP requests and retrieve the response without leaving the current process - for example, in the Page_Load event, I may create this object (using Server.CreateObject), run a GET request to a different page through the ServerXMLHTTP, get the HTML returned from that page, and display it on the current page.

This is very slow though - does anybody know if there's an equivalent set of functions provided through a .NET namespace?

Thanks in advance.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top