Ask Experts Questions for FREE Help !
Ask
    val21's Avatar
    val21 Posts: 35, Reputation: 1
    Junior Member
     
    #1

    Jan 23, 2008, 11:15 PM
    Internet problems.
    Hi I have a problem with my internet. What happens is that I can't load some web sites and some downloads take a very long time downloading.
    I can't go to microsoft.com or some websites that require a log in name and password. Luckly I can log in here, but not in myspace.com, yahoo.com mail, hotmail for my email. I also can't do windows update. I get an error code: 80072ee2. When I installed vista I could log in to all the websites. But after I did an windows updates this happened.
    I tried uninstalling all my updates but they reinstall automatically.
    I have tried to install another internet explorer but I get the message that this winodows is not compatible with ie7, but that's the one installed.

    I have: windows vista
    Internet explorer7.
    val21's Avatar
    val21 Posts: 35, Reputation: 1
    Junior Member
     
    #2

    Feb 2, 2008, 11:37 PM
    Hi thanks for giving time in reading about my problem. I tried looking for a solution in different places and could not find any help. At the end I just went back to windows xp. Like one site said upgrade vista to xp. Thanks.
    Denvor's Avatar
    Denvor Posts: 5, Reputation: 1
    New Member
     
    #3

    Feb 5, 2008, 08:17 AM
    Error: 80072ee2 This means that the site you were trying to parse either could not be found, and the component gave up; or it is taking far too long for the page to finish loading. One way you can avoid this error is to set timeout values that are more conservative, e.g.:

    <%
    url = "http://www.espn.com/main.html"
    set xmlhttp = CreateObject("MSXML2.ServerXMLHTTP")

    ' resolve, connect, send, receive - in milliseconds
    xmlhttp.setTimeouts 5000, 60000, 10000, 10000

    xmlhttp.open "GET", url, false
    xmlhttp.send ""
    Response.write xmlhttp.responseText
    set xmlhttp = nothing
    %>

    The four timeout values are as follows:

    ResolveTimeout
    This value is for the return of a DNS resolution (mapping the domain name to its representative IP address). The default value is infinite.

    ConnectTimeout
    This value is for establishing a connection with the server, and the default value is 60 seconds.

    SendTimeout
    This value is the time allowed for sending an individual packet of data to the server. The default value is 30 seconds.

    ReceiveTimeout
    This value is the time allowed for receiving an individual packet of data from the server. The default value is 30 seconds.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Win.x.p. Pro Problems with internet Exp. [ 1 Answers ]

Can't get to control my cookies on I E When click on tools then to enternet options it will just flash for a fraction of second And disappear .Sorry I'm so slow. Thank You ...

Internet problems [ 3 Answers ]

I recently dowloaded something called "Zango", that allows you to watch videos and play games and stuff like that. It was doing odd things to my computer like slowing the internet and even though I have virus protection my homepage on the web was this security page saying how I needed to get...

Internet problems [ 7 Answers ]

Hello Experts, Well here is the thing. I think I got a virus that did some damage to my computer settings, basically every time I try to connect to the internet it will say page not found. Also any program that tries to access the internet cannot connect at all. The weird thing is I can ping any...

Internet problems! [ 1 Answers ]

Im having trouble with my internet, and have been for the past 2 days. I don't really feel like sitting on the support line for an hour, so I tought I would ask here 1st. Ok... for starters my page display is all messed up, I can see the web sites, but the way they are laid out is all messed up......

Internet problems [ 15 Answers ]

Hi my internet connection seems to be sending and receiving about 1000 bytes a secong while I do absolutely NOTHING. This should not happen should it? What could be causing it? I've checked for and gotten rid of any viruses, spyware or adware, including the dreaded DSO exploit. I've also tried...


View more questions Search