Hi,

I have a strange problem with IIS on Windows XP.
I make a simple web service (with .Net), with a client program the
service work.

There is a single method that returns "Hello World" !!

if use "Internet explorer" I see the info of the service, but if I
press "inovke" I obtain an error of page not found!! (Error 404).

Repeat the service from a client program work!

thanks

Alf.

Re: IIS 5.1 Web Service .net by Bernard

Bernard
Tue Feb 22 03:33:39 CST 2005

404 ? take a look at IIS log file
default path %windir%/system32/logfiles/w3svc1/


--
Regards,
Bernard Cheah
http://www.tryiis.com/
http://support.microsoft.com/
http://www.msmvps.com/bernard/



"M.Alfredo" <m.alfredo@libero.it> wrote in message
news:rftk115iup6smkjjadhmtppd8cqapao1f3@4ax.com...
> Hi,
>
> I have a strange problem with IIS on Windows XP.
> I make a simple web service (with .Net), with a client program the
> service work.
>
> There is a single method that returns "Hello World" !!
>
> if use "Internet explorer" I see the info of the service, but if I
> press "inovke" I obtain an error of page not found!! (Error 404).
>
> Repeat the service from a client program work!
>
> thanks
>
> Alf.



Re: IIS 5.1 Web Service .net by Kristofer

Kristofer
Tue Feb 22 09:01:59 CST 2005

Hi,

Please do what Bernard said. I also would like to know if you have URLScan
installed on this machine.

--
Regards,
Kristofer Gafvert
www.gafvert.info - My Articles and help
www.ilopia.com


M.Alfredo wrote:

> Hi,
>
> I have a strange problem with IIS on Windows XP.
> I make a simple web service (with .Net), with a client program the
> service work.
>
> There is a single method that returns "Hello World" !!
>
> if use "Internet explorer" I see the info of the service, but if I
> press "inovke" I obtain an error of page not found!! (Error 404).
>
> Repeat the service from a client program work!
>
> thanks
>
> Alf.

Re: IIS 5.1 Web Service .net by M

M
Tue Feb 22 17:24:34 CST 2005

On Tue, 22 Feb 2005 07:01:59 -0800, "Kristofer Gafvert"
<kgafvert@NEWSilopia.com> wrote:

>Hi,
>
>Please do what Bernard said. I also would like to know if you have URLScan
>installed on this machine.

No.

Tomorrow check the log.

Hi.