Classic ASP


The Microsoft.XMLHTTP component is not working in my ASP Pages and it hangs. why?
Our Windows servers are IIS 7.0 Windows 2008 64-bit servers. All application pools run in 32-bit mode for the highest level of compatibility on our Windows 2008 64-bit servers. While most ASP components are only available in 32-bit mode, the Microsoft.XMLHTTP is available on these servers only in 64-bit mode. A workaround to this issue is to alter your script to use the Msxml2.ServerXMLHTTP or MSXML2.ServerXMLHTTP.4.0 components which are available in 32-bit mode.