David
Tue May 06 22:29:52 CDT 2008
The request is not making it to IIS6. You need to look at that proxy
configuration.
If a request arrives at IIS6, at minimum it will be logged in either
HTTPERR.log or IIS log file. All the scenarios that Ken lists will
result in an log entry in either place -- for example, a worker
process crash results in Connection_Abandoned_By_AppPool in
HTTPERR.log as well as an Event Log entry. Meanwhile, a timeout
usually indicates a problem reaching the server, so if IIS6 indicated
nothing came and your client timed out, then the problem is likely
with something in-between the client and server -- like the Proxy
Server.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
On May 6, 7:54=A0pm, SK <S...@discussions.microsoft.com> wrote:
> hi Ken,
>
> Really appreciated your quick replies. I will try to get the Sys Admin to
> look at the proxy side. FYI, for e.g. yesterday the issue happen for few
> hours but out of sudden it back to normal, but during before the problem,
> some setting was done such as restricting some ip to be access to the
> website.
>
> i am not sure during after the setting, it is affecting the proxy side.
>
>
>
> "Ken Schaefer" wrote:
> > Well, you obviously have a proxy server between yourself and the remote
> > server. You need to work out why the proxy server is not able to contact=
the
> > IIS server.
>
> > If nothing is being logged in the IIS log files, then either the request=
is
> > not making it to IIS, or the IIS worker process is not receiving the req=
uest
> > (but, in that case, the WP may have crashed or similar, in which case th=
ere
> > would be events in the event log)
>
> > Cheers
> > Ken
>
> > "SK" <S...@discussions.microsoft.com> wrote in message
> >news:18466C5C-B8A9-45ED-B38E-73BCFA4D8111@microsoft.com...
> > > Hi,
>
> > > Actually the message is as below
>
> > > Network Access message: The page cannot be displayed
> > > Technical information (for support personnel)
> > > . Error Code: 504 Proxy Timeout. The connection Time out (10060)
>
> > > b) Could not see any suspicious error in windows event log
>
> > > c) No loogging
>
> > > "Ken Schaefer" wrote:
>
> > >> a) You need to find out the exact error message
>
> > >> b) Anything in the Windows Event Logs
>
> > >> c) Are the requests being logged in the IIS logfiles?
>
> > >> Cheers
> > >> Ken
>
> > >> "SK" <S...@discussions.microsoft.com> wrote in message
> > >>news:25D49909-2E65-4A36-8523-4FA54613F429@microsoft.com...
> > >> > Hi,
>
> > >> > Hope someone could help on this.
> > >> > Basically i have 2 subdomain in which
> > >> > 1st :-
http://normal.sk.comand 2nd :-https://secure.sk.com, both sub=
> > >> > domain was being set as different application pool (website) in IIS=
6
> > >> > running
> > >> > in windows 2003 and accessing the same application folder in
> > >> > d:\inetpub\script\
>
> > >> > the problem is at certain time both the website will giving me "err=
or
> > >> > loading page" for *.asp page. But when i tried to browse for index.=
html
> > >> > it
> > >> > will works fine.
>
> > >> > This happen occasionally and back to normal at certain period. Of
> > >> > course
> > >> > at
> > >> > the down time, few things (such as restarting the website, changign=
the
> > >> > application pool to separate from eah other) had done but still not=
> > >> > good.
>
> > >> > Hope someone able to help ...- Hide quoted text -
>
> - Show quoted text -