Re: 302 Found
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 03/13/05
- Next message: David Wang [Msft]: "Re: Service unavailable in IIS 6.0"
- Previous message: David Wang [Msft]: "Re: Basic Authentication - Visio 2003"
- In reply to: Christian: "Re: 302 Found"
- Next in thread: Christian: "Re: 302 Found"
- Reply: Christian: "Re: 302 Found"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 13 Mar 2005 18:26:45 +1000
Interesting situation... :-)
a) You don't have any redirects configured in IIS?
b) Is there another type of document higher up in the default document list
(e.g. an ASP page that does a Response.Redirect?)
c) Anything in ASP.NET that might be doing the redirect?
I don't think Tom's suggest would help you - you can only telnet to an IP
address (either directly using an IP address, or indirectly by requesting a
DNS name which is resolved to an IP address)
Cheers
Ken
"Christian" <cgregoir99@yahoo.com> wrote in message
news:d0sghm$goa$1@reader1.imaginet.fr...
: "Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> a écrit dans le message
: de news:%23rToSIlJFHA.2132@TK2MSFTNGP14.phx.gbl...
: > "Christian" <cgregoir99@yahoo.com> wrote in message
: > news:d0s7tk$f1k$1@reader1.imaginet.fr...
: > > Hello,
: > >
: > > On a Win 2000 SP4 server running IIS/5.0, when requesting a URL, like
: > > www.foo.com, I get the following reply from the server :
: > >
: > > HTTP/1.1 302 Found
: > > Server: Microsoft-IIS/5.0
: > > Location: /Default.aspx
: > >
: > > though, default.aspx is defined in the default documents for that
site.
: > >
: > > Any idea what's wrong here, and why I don't get the 200 OK error code.
: >
: > Does this explain the 302?
: > http://support.microsoft.com/kb/298408/EN-US/
: >
:
: Thanks for the reply, though I don't think this article is related to this
: issue since I do not access a subdir without the trailing slash.
:
: Here is what I get from the command line :
:
: C:> telnet www.foo.com 80
: GET / HTTP/1.1
: Host: www.foo.com
:
: HTTP/1.1 302 Found
: Server: Microsoft-IIS/5.0
: Date: Fri, 11 Mar 2005 16:25:54 GMT
: X-Powered-By: ASP.NET
: X-AspNet-Version: 1.1.4322
: Location: /Default.aspx
: Cache-Control: private
: Content-Type: text/html
:
: <html><head><title>Object moved</title></head><body>
: <h2>Object moved to <a href='/Default.aspx'>here</a>.</h2>
: </body></html>
:
:
: This server holds several other web sites developed using ASP.NET and all
: but this one work as expected. Having a look at their configurations, I
: couldn't find any clear difference between them.
:
: Any other idea ?
:
: Christian
:
:
- Next message: David Wang [Msft]: "Re: Service unavailable in IIS 6.0"
- Previous message: David Wang [Msft]: "Re: Basic Authentication - Visio 2003"
- In reply to: Christian: "Re: 302 Found"
- Next in thread: Christian: "Re: 302 Found"
- Reply: Christian: "Re: 302 Found"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|