Re: webexception 404
From: warlord (smuffnstuff_at_hotmail.com)
Date: 04/20/04
- Next message: Jan Tielens: "Re: ASP.NET Web Service Walkthrough difficulties"
- Previous message: warlord: "Re: HttpWebRequest.GetResponse returns 404 No Found error"
- In reply to: David: "webexception 404"
- Next in thread: warlord: "Re: webexception 404"
- Reply: warlord: "Re: webexception 404"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 20 Apr 2004 14:18:36 +0800
I've had an almost identical problem to this and after a couple of weeks of
scrounging around and help from others I found the answers (well most of
them).
Firstly, has the IIS Lockdown tool been run on the server. If it has then
chances are WebDAV has been disabled. You will almost certainly have to
enable WebDAV to achieve what you want. Secondly, is the UrlScan utulity
running. If it is then you will need to make some configuration changes to
it.
In my case the UrlScan utility was preventing the request from being
processed by the server - hence the 404 Not Found error. As soon as I
turned off UrlScan my requests got through. I haven't figured out the
configuration changes required to have UrlScan running and still let my
requests though, but when I figure it out I'll post it here.
Cheers,
Cameron
"David" <dboaz@bgumail.bgu.ac.il> wrote in message
news:e13zWbUJEHA.208@tk2msftngp13.phx.gbl...
> hello all,
>
> I have a windows application that runs a webservice, namelly A, which uses
> sessions (i dont know if this is important). some times the requests of
the
> client (winform) are passed from the webservice A to another Webservice,
B,
> which is stateless. In the begining, When A tried to apply the webmethod
of
> B throgh BProxy, I received a webException 401. So I added to Bproxy
> credentials:
> BProxy.Credentials =System.Net.CredentialCache.DefaultCredentials;
> Now, I receive another webException: 404 not found.
>
> The url of B.asmx is ok. Im using IIS 5.1. in the authentication tab in
the
> IIS, the directory of B has checked only the "integrated windows
> authentication".
>
> Thanks, David
>
>
- Next message: Jan Tielens: "Re: ASP.NET Web Service Walkthrough difficulties"
- Previous message: warlord: "Re: HttpWebRequest.GetResponse returns 404 No Found error"
- In reply to: David: "webexception 404"
- Next in thread: warlord: "Re: webexception 404"
- Reply: warlord: "Re: webexception 404"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|