Print Page | Close Window

Different ASP.Net ???

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: ASP.NET Discussion
Forum Description: Discussion and chat on ASP.NET related topics.
URL: https://forums.webwiz.net/forum_posts.asp?TID=17479
Printed Date: 29 March 2026 at 8:34pm
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: Different ASP.Net ???
Posted By: seanlail
Subject: Different ASP.Net ???
Date Posted: 07 December 2005 at 12:48pm
Hi all,

I'm hoping I can find the answer here:
What are these and what are the differences???
  1. Msxml2.ServerXMLHTTP.3.0
  2. Msxml2.ServerXMLHTTP
  3. Microsoft.XMLHTTP
What and Why??????



Replies:
Posted By: Mart
Date Posted: 07 December 2005 at 2:58pm
They are microsofts XML HTTP objects, they are used to consume XML over HTTP.. The ones you have listed are just different versions of the same component


Posted By: dpyers
Date Posted: 07 December 2005 at 9:40pm
serverxmlhttp uses a different ip stack than xmlhttp and is faster for server-to-server operations.

I think there's a serverxmlhttp 4.0 out with Win2003. You're best off using the highest version available.

You can also use it to pull in web pages from other servers and parse the html code - see http://new2asp.com/Section_Files/PullStrings/PullStrings.asp - http://new2asp.com/Section_Files/PullStrings/PullStrings.asp


-------------

Lead me not into temptation... I know the short cut, follow me.


Posted By: seanlail
Date Posted: 08 December 2005 at 12:29pm
Now that's makes things clearer

Thanks Mart and dpyers!


Posted By: cctran
Date Posted: 24 December 2005 at 11:18pm

If you are using this for clientside, it depends on the version of IE you have.  The method signatures tend to be the same, a good bet is to try to abstract the object and do a couple try / catch based instantiations to see which one works for you, this might be overkill if you can control the server hosting environment, but if you're writing an application to be used on a number of various platforms, then its a safer bet to late-bind the object.



-------------
--
Charles
http://www.lunchspark.com/places.home - local restaurants


Posted By: 54anson
Date Posted: 28 January 2006 at 2:44am
Please  check you config

-------------
I come from China,I like asp and Web2.0. My Url: http://5566.net.ru



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net