Re: IIS not responding to some requests Error: 12029
From: Baris Seker (bseker_at_hotmail.com)
Date: 06/13/04
- Next message: Egbert Nierop \(MVP for IIS\): "Re: Known MTX.EXE leak?"
- Previous message: Baris Seker: "Re: IIS not responding to some requests Error: 12029"
- In reply to: Ken Schaefer: "Re: IIS not responding to some requests Error: 12029"
- Next in thread: Ken Schaefer: "Re: IIS not responding to some requests Error: 12029"
- Reply: Ken Schaefer: "Re: IIS not responding to some requests Error: 12029"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 13 Jun 2004 10:45:01 -0700
If this problem is not about the IIS then I should be having problems when calling other sites. I you run the script at the bottom on any machine connected to the internet you will get the same error. That means the client machine is not able to connect to my server.
I wondered if some ports were not reachable on my network causing the problem when the server is trying to respond.
I can use the script below from the server machine to get to any website but the local ones.
If this is not an IIS issue do you think it is more a hardware or software problem?
Thanks again,
Baris
"Ken Schaefer" wrote:
> Hi,
>
> Error 12029 is *not* a HTTP status code. HTTP status codes are only digits,
> eg 200 (OK), or 404 (File Not Found) or 500 (Internal Server Error). 12029
> is a different error. I have had a quick look, and these are the matches I
> can see for 12029:
>
> ERROR_INTERNET_CANNOT_CONNECT inetmsg.h
> ERROR_INTERNET_CANNOT_CONNECT wininet.h
>
> I assume that XMLHttp is using the WinInet APIs, and for some reason can not
> connect to the internet (I assume that you do *not* see anything in the IIS
> logfiles when these requests are failing - that would indicate that the
> request never makes it to IIS).
>
> I don't think this is an IIS issue. I think your machine may have wider
> issues with network connectivity or the network stack. It could be a
> hardware issue, or it could be some other issue.
>
> Is there anything in the Windows Event Logs? Is there anything in the IIS
> logs that matches these requests from XMLHTTP?
>
> Cheers
> Ken
>
- Next message: Egbert Nierop \(MVP for IIS\): "Re: Known MTX.EXE leak?"
- Previous message: Baris Seker: "Re: IIS not responding to some requests Error: 12029"
- In reply to: Ken Schaefer: "Re: IIS not responding to some requests Error: 12029"
- Next in thread: Ken Schaefer: "Re: IIS not responding to some requests Error: 12029"
- Reply: Ken Schaefer: "Re: IIS not responding to some requests Error: 12029"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|