Question about XMLHTTPREQUEST object for Classic ASP

Discussion in 'C#' started by mcdeere02, Aug 5, 2009.

Thread Status:
Not open for further replies.
  1. #1
    I have this code in my asp page that creates the object:
    Dim objXMLHTTP : SET objXMLHTTP = Server.CreateObject("Msxml2.XMLHTTP.3.0")

    My page is going to be used by others to upload to their site, so I need it to be as compatible with as many of the servers as possible. Would this be compatible with all versions of Classic ASP? Or what would I need to run this on a server that supports Classic ASP?
     
    mcdeere02, Aug 5, 2009 IP
  2. jagdishvbnet2008

    jagdishvbnet2008 Peon

    Messages:
    19
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You need to use 2.o inplace of 3.0.
     
    jagdishvbnet2008, Aug 6, 2009 IP
Thread Status:
Not open for further replies.