It doesn't matter whether you're an administrator or not. You are attempting
(in your code) a HTTP request (eg GET, POST, HEAD, OPTIONS, etc) which is
not allowed by the current webserver configuration for the resource type (eg
GET, POST, HEAD are allowed for most types of files, but DELETE isn't).
Why don't you post some code that you're using so we can see what, exactly,
you're trying to do.
Cheers
Ken
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
From: "Claudio Pallone" <claudio.pallone@k...>
Subject: [aspx_professional] Re: SV: HTTP status 405: Method not allowed
: Hi jana and many thanks to your reply.
:
: I am running the script and webservice on my localhost IIS (Win2K) as
: administrator so I should have all the rights. This is really frustrating
: since I can not carry on until I can solve this problem.
:
: I have re-installed the soap tolkit but to no avail.
:
: Is there anything else I can do?
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~