1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

msxml3.dll error '80072efd' Error in ASP

Discussion in 'C#' started by ivlnr, Oct 22, 2007.

  1. #1
    hi,

    I am posting data from asp page to another system thru XMLHTTP parameters. I am getting the following error

    msxml3.dll error '80072efd'
    A connection with the server could not be established


    Following is the sample code.

    set xmlhttp = server.CreateObject("MSXML2.SERVERXMLHTTP")

    lstrUrl = "http://<ipaddress>/wappush/"

    xmlhttp.Open "GET",lstrUrl,false
    xmlhttp.setRequestHeader "login","aaa"
    xmlhttp.setRequestHeader "password","bbbb"

    xmlhttp.send ""


    Can any help me about the problem.

    Thanks
     
    ivlnr, Oct 22, 2007 IP
  2. Indian_Webmaster

    Indian_Webmaster Banned

    Messages:
    1,289
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Make sure that the URL is actually reachable. You may have spelled the domain name wrong, or the site may actually be down.

    Test using a browser from that machine, or simply running a tracert / ping. Note that ping won't always return results, because many sites block all such traffic (mainly to help eliminate DOS attacks). However, ping should at least let you know the IP address, which means that the domain name was resolved correctly through DNS. Otherwise, it might be that your DNS server is preventing connection.
     
    Indian_Webmaster, Oct 22, 2007 IP
    Alexander the Great likes this.
  3. Alexander the Great

    Alexander the Great Peon

    Messages:
    253
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    The answer above is correct, and deserves reputation for it.
     
    Alexander the Great, Oct 22, 2007 IP
  4. icemannn

    icemannn Peon

    Messages:
    54
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It worked on everyone but one which is them
    main computer I use in my home office. I could not logon to Windows Live
    Messenger because I keep getting the 80072efd error.
     
    icemannn, Nov 16, 2010 IP
  5. rrrmmm

    rrrmmm Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Last night i got same dll missing error when i am trying to open my Windows Live messenger .... any suggestion ..?
     
    rrrmmm, Dec 4, 2011 IP