show/hide this revision's text 3 added 4 characters in body

@KP

If you

You should actually use MSXML2.ServerXMLHTTP from ASP/server side applications. XMLHTTP should only be used client side because it uses WinInet which is not supported for use in server/service apps.

See http://support.microsoft.com/kb/290761, questions 3, 4 & 5 and

http://support.microsoft.com/kb/238425/.

Quite

This is quite important, otherwise you'll experience your web app hanging and all sorts of strange nonsense going on.

show/hide this revision's text 2 More clarity...

@KP

If you should actually use MSXML2.ServerXMLHTTP from ASP/server side applications. XMLHTTP should only be used client side because it uses WinInet which is not supported for use in server/service apps.

See http://support.microsoft.com/kb/290761, questions 3, 4 & 5 and

http://support.microsoft.com/kb/238425/.

Quite important, otherwise you'll experience your web app hanging and all sorts of strange nonsense.

show/hide this revision's text 1

@KP

If you should actually use MSXML2.ServerXMLHTTP from ASP/server side applications. XMLHTTP should only be used client side. See http://support.microsoft.com/kb/290761, questions 4 & 5. Quite important, otherwise you'll experience your web app hanging and all sorts of strange nonsense.