Re: HTTP 405: The HTTP verb used to access this page is not allowed
- From: "David Wang [Msft]" <someone@xxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 20 Jul 2006 13:32:47 -0700
405 usually comes about when you try to POST to a resource that is
considered static by IIS. It has nothing to do with Perl - no idea how you
are searching to find that wrong information.
I presume your small form POSTs to a small .ASP page.
- Make sure your small form actually POSTs to an .ASP page and not some
other page which is considered static.
- If the form POSTs to an .ASP page, make sure that .ASP actually has an
Application Mapping to asp.dll and the vdir containing the .ASP page has at
least "Scripts" Execute Permission enabled.
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
<bvlmv@xxxxxxxxxxx> wrote in message
news:1153344861.442891.317670@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi
I started to get this error after I inserted tables into my index.htm
page. I have a small form (username/password) that runs to a small .asp
page which then redirect based on information provided.
I read a couple of post regarding this situation and it talks about
installing a perl CGI script interpreter. Does adding tables require me
to do so? Could it be something else?
If I remove the tables it the form works again.
Thanks in advance.
.
- References:
- Prev by Date: Re: Integrated Windows Authentication results in -2146893052 (0x80090304)
- Next by Date: RE: Microsoft URL Scan
- Previous by thread: Re: HTTP 405: The HTTP verb used to access this page is not allowed
- Next by thread: Re: IIS 5.0 vs IIS 6.0
- Index(es):
Relevant Pages
|