Re: IIS 6 .net ERROR 404 with telnet & down-level clients
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 02/11/04
- Next message: George LAZAR: "Re: iis 5 does not process asp files"
- Previous message: Ken Schaefer: "Re: Migrating an ASP application to IIS 6"
- In reply to: Ed: "Re: IIS 6 .net ERROR 404 with telnet & down-level clients"
- Next in thread: Ed: "Re: IIS 6 .net ERROR 404 with telnet & down-level clients"
- Reply: Ed: "Re: IIS 6 .net ERROR 404 with telnet & down-level clients"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 11 Feb 2004 21:53:38 +1100
Can you go into your IIS logfiles and check the HTTP substatus code please?
Cheers
Ken
"Ed" <anonymous@anonymous.microsoft.com> wrote in message
news:%23qYd0HI8DHA.2812@TK2MSFTNGP11.phx.gbl...
: Ken,
:
: Thanks for your help so far, In response to your questions;
:
: a) just to clarify we have a number of down level clients connecting to
the
: web services.
: b) Yes it is when telneting in that the 404 error is generated, when
called
: from a web browser, or wFetch the page is called and all works, I am
: convinced it is a security issue with IIS.
:
: example telnet session:
: telnet www.myserver.com 80
: GET
: /VirtualDir/WebserviceName.asmx/MethodName?Param1=param2¶m2=Param2...
: HTTP/1.1
: HOST: www.myserver.com
:
: returns:
:
: HTTP/1.1 404 Not Found
: Date: Wed, 11 Feb 2004 09:06:48 GMT
: Server: Microsoft-IIS/6.0
: MicrosoftOfficeWebServer: 5.0_Pub
: X-Powered-By: ASP.NET
: X-AspNet-Version: 1.1.4322
: Cache-Control: private
: Content-Type: text/html; charset=utf-8
: Content-Length: 1533
:
: ....
:
: If I compose the URL as follows:
:
:
www.myserver.com/VirtualDir/WebserviceName.asmx/MethodName?Param1=param2&par
: am2=Param2...
:
: copy and paste it into a browser all works fine !!??
:
: TIA
:
: Ed
:
: ==========================================
: "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
: news:e2ceOTE8DHA.2028@TK2MSFTNGP10.phx.gbl...
: > Hi,
: >
: > There may be several reasons why you are getting a 404. From your post,
: > there's not enough information to definitively point to one reason:
: >
: > a) your subject refers to problems with down-level clients, but in your
: post
: > you refer to web-services? How are they related? Is it down-level
clients
: > connecting to webservices?
: >
: > b) Telnet can be used to simulate any type of request, including HTTP
: > requests, eg:
: > telnet> open www.myserver.com 80
: > GET / HTTP/1.1
: > HOST: www.myserver.com
: > [enter]
: > [enter]
: > simulates a basic GET request for the default page of www.myserver.com.
: What
: > exactly are you typing into Telnet that results in a 404?
: >
: > c) Some articles that may help:
: >
: > http://support.microsoft.com/?id=326965
: > IIS 6.0 Does Not Serve Unknown MIME Types
: >
: > http://support.microsoft.com/default.aspx?scid=kb;en-us;315122
: > HTTP Error 404 - File or Directory not found" error message when you
: request
: > dynamic content with IIS 6.0
: >
: > Cheers
: > Ken
: >
: >
: > "ED" <anonymous@discussions.microsoft.com> wrote in message
: > news:FDF8901F-1B74-4764-9541-634B36C1BD59@microsoft.com...
: > : I have recently upgraded our environment to Windows Server 2003 and
thus
: > IIS 6. I have managed to get all the dynamic pages serving without a
: > problem, all are working fine. Some of our customers connect to our
: > webservices from JSP, PHP...etc and keep getting Error 404 page can not
be
: > found.
: > :
: > : After lengthy debugging we have replicated the problem when telnetting
: > into the server and generating our own requests. All the clients can
: access
: > the web services from browsers via HTTP POST & GET, but when attempted
: from
: > Telnet the 404 is returned. I have run wFetch and this works fine.
: > :
: > : Any suggestions warmly received as this is driving me up the wall!
: > :
: > : TIA
: >
: >
:
:
- Next message: George LAZAR: "Re: iis 5 does not process asp files"
- Previous message: Ken Schaefer: "Re: Migrating an ASP application to IIS 6"
- In reply to: Ed: "Re: IIS 6 .net ERROR 404 with telnet & down-level clients"
- Next in thread: Ed: "Re: IIS 6 .net ERROR 404 with telnet & down-level clients"
- Reply: Ed: "Re: IIS 6 .net ERROR 404 with telnet & down-level clients"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|