Re: IIS not responding to some requests Error: 12029

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Baris Seker (bseker_at_hotmail.com)
Date: 06/13/04


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
>



Relevant Pages

  • Re: Remote Web Workplace not working properly
    ... Another possibility is alterations to the IIS Application Pool ... take control of the server in the room right next to ... over the internet or from any one desktop within the network). ... back to the login window. ...
    (microsoft.public.windows.server.sbs)
  • AW: IIS6 on W2k3 DCs
    ... >network and you are running some n-tier system and you have a tight budget. ... So much for the Web server ... >that is not exposed (inside your private network). ... IIS & DC, DMZ, internal network ...
    (Focus-Microsoft)
  • Re: Info about tuning the IIS and SPS thread settings
    ... I want to dig the role of IIS so that get clear picture so what can be done ... The amount of physical memory, in MBs, immediately available for allocation to a process or for system use on the server. ... trends begin to emerge that equate requests per second with CPU consumption ... SPS requests get routed through the IIS 6.0 as SPS also has its own thread ...
    (microsoft.public.sharepoint.portalserver)
  • Re: IIS / Web Services Security threats
    ... You will be surprised to know, due to a recent virus attack on the perimeter network, the common ports have been closed too. ... I also develop Java applications which runs on weblogic server. ... Since, the entire world knows about port 80 and 443, I thought opening a specific port with IP Sec configuration may make the network little secure. ... My security team thinks allowing communication between the two IIS ...
    (microsoft.public.dotnet.framework.webservices)
  • Re: Steps to setup app allowing offsite network access using IIS Authe
    ... The first paras imply you want them to be able to _run_ a web app on an IIS server? ... Regardless of all that, one problem to look out for is that they won't have Active Directory if it's in a DMZ, so Integrated Authentication won't work, nor will Impersonation, You'd need to use plain text with SSL, nasty, and you'd need to pass the passwords as plain text if you want them to be able to start a process, unless you can get Kerberos working in the DMZ and able to pass the tickets over two hops. ... DMZ, there will be several steps involved - from compiling the application with a strong name, to setting up IIS and finally access to the application which will need to run on a server from the DMZ for our partners. ... Can anyone outline each step required to set this up on an IIS server in the network or DMZ along with the assembly requirements of the application to run on this network? ...
    (microsoft.public.vsnet.general)