View Single Post
  #3 (permalink)  
Old 08-11-2007, 02:36 AM
Venkat Venkat is offline
D-Web Master
 
Join Date: Mar 2007
Posts: 350
Venkat is on a distinguished road
Thumbs up Re: Difference between XMLHTTP and Server XMLHTTP?

hi,

XMLHTTP is designed for client applications and relies on URLMon, which is built upon Microsoft Win32 Internet (WinInet). ServerXMLHTTP is designed for server applications and relies on a new HTTP client stack, WinHTTP. ServerXMLHTTP offers reliability and security and is server-safe.
__________________
Venkat
knowledge is Power
Reply With Quote