Re: IIS 6.0 pages not loading on first connect, then all is fine.
From: David Wang [Msft] (someone_at_online.microsoft.com)
Date: 03/18/04
- Next message: David Wang [Msft]: "Re: 404 handler mkicks in before ISAPI filter"
- Previous message: David Wang [Msft]: "Re: XP IIS doesn't support system() call?"
- In reply to: Patrick Oltraver: "Re: IIS 6.0 pages not loading on first connect, then all is fine."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 18 Mar 2004 04:45:40 -0800
We'll need NetMon for this.
WFetch shows what's happening on that first request which upon refresh would
work -- I think your Firebox has something to do with it. Seems like that
first connection just gets orphaned (HTTP.SYS times it out since nothing
came over it).
--
//David
IIS
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Patrick Oltraver" <patrick@archaio.com> wrote in message
news:u8Q1BguCEHA.2592@TK2MSFTNGP12.phx.gbl...
Hi David-
Thanks for your help, here's an update.
The site uses asp pages, they work on every other server we load them on
except this one (we've tried 3,) so let's assume the page is
functioning properly.
No errors logged in the W3SVC log for this site, but the HTTPERR log
lists this at the time of the error:
2004-03-15 19:31:55 216.9.32.194 43072 192.168.1.10 443 - - - - -
Timer_ConnectionIdle
Same result using IP or web address to access, site has no host headers
at this time (Site is behind a firewall and an external address is
mapped to the internal address via a static NAT connection via our
Firebox firewall. We run many (functional) sites this way, so we're
99.9% sure this is not the issue.)
Tried using WFetch, and it returns the following using the web site name
(2 requests listed here, the first one that fails and then the second
one that works):
started....
WWWConnect::Connect("www.remidis.com","80")\n
0x2733 (A non-blocking socket operation could not be completed
immediately.): connect()
finished.
started....
WWWConnect::Connect("www.remidis.com","80")\n
IP = "209.12.14.62:80"\n
source port: 4871\r\n
REQUEST: **************\n
GET / HTTP/1.1\r\n
Host: www.remidis.com\r\n
Accept: */*\r\n
\r\n
RESPONSE: **************\n
HTTP/1.1 302 Object moved\r\n
Date: Mon, 15 Mar 2004 23:30:49 GMT\r\n
Server: Microsoft-IIS/6.0\r\n
X-Powered-By: ASP.NET\r\n
MicrosoftOfficeWebServer: 5.0_Pub\r\n
Location: https://www.remidis.com\r\n
Content-Length: 144\r\n
Content-Type: text/html\r\n
Set-Cookie: ASPSESSIONIDQQQBDCAC=AFAFOJBDKJPOEADHCDAOGALF; path=/\r\n
Cache-control: private\r\n
\r\n
<head><title>Object moved</title></head>\n
<body><h1>Object Moved</h1>This object may be found <a
HREF="https://www.remidis.com">here</a>.</body>\n
finished.
Please note that the WFetch request above ends at the redirect to the
secure site (https) of the same URL. When the page loads successfully
on the good server (and on this server after initial refresh) this is
not a problem.
The results using WFetch with IP only (waited a few minutes so problem
would reset) are exactly the same, except that they go directly to the
page in the redirect after the refresh.
I'll go ahead and send this off to you in hopes of a fix. If nothing
can be determine dby the issues here, I will go on to using NetMon to
further troubleshoot the issue.
Thanks so much.
-Patrick
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
- Next message: David Wang [Msft]: "Re: 404 handler mkicks in before ISAPI filter"
- Previous message: David Wang [Msft]: "Re: XP IIS doesn't support system() call?"
- In reply to: Patrick Oltraver: "Re: IIS 6.0 pages not loading on first connect, then all is fine."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|