//  home   //  advanced search   //  news   //  categories   //  sql build chart   //  downloads   //  statistics
 ASP FAQ 
Home
ASP FAQ Tutorials

   8000XXXX Errors
   ASP.NET 2.0
   Classic ASP 1.0
      COM / ActiveX Components
      Forms
      General Topics
      Date/Time Routines
      Email Scripts & Info
      Files/Directories & FSO
   Databases
   General Concepts
   Search Engine Optimization (SEO)

Contact Us
Site Map

Search

Web
aspfaq.com
tutorials.aspfaq.com
classicasp.aspfaq.com

ASP FAQ Tutorials :: Classic ASP 1.0 :: Forms :: Why do I get 'HTTP 405 - Resource Not Allowed' errors?


Why do I get 'HTTP 405 - Resource Not Allowed' errors?

HTTP/1.1 Error 
405 Method Not Allowed 
The method specified in the Request Line is not allowed for the resource identified by the request. Please ensure that you have the proper MIME type set up for the resource you are requesting. 
Please contact the server's administrator if this problem persists.
 
You can get this when your form doesn't have a name, or a method -- particularly in Netscape.  
 
You can get this if you try to submit a form to an HTM, HTML or other 'static' page type. 
 
You can get this when your form doesn't have an action parameter, or it is left blank, if the form is in the default document *and* the user accessed the file as http://yoursite/yourfolder/ instead of http://yoursite/yourfolder/default.asp. See KB #216493 for more information (and not ethat you don't have to be using a DTC for this symptom to appear). 
 
If you are using Remote Scripting, see KB #191276
 
If you are using Visual InterDev's preview/design modes, switch to your browser. Don't use your editor to preview your code, use the tool your users will be using! 
 
If you are using Posting Acceptor to upload files, make sure IUSR has full permissions on cpshost.dll; or, better yet, use a real upload solution (Article #2189). 
 
You can get this if you have FrontPage Server Extensions installed, and the _vti_bin lacks 'execute' permissions. See KB #238461 for more information. Also, see KB #206046 and KB #229295 for other FrontPage-related articles. 
 
A rare case is searching Option Pack 4.0 documentation (see KB #186809).

Related Articles

How can I mimic a client-side POST from ASP?
How do I cause/prevent ENTER being used to submit a form?
How do I change the target frame or window of a response.redirect?
How do I disable certain FORM elements?
How do I disable IE's Autocomplete feature?
How do I iterate through a form collection?
How do I make form fields read-only?
How do I make one dropdown depend on another?
How do I pass x-y coordinates to ASP, after the user clicks an image?
How do I perform spell checking from a web page?
How do I retrieve the name of the form that was submitted?
How do I retrieve the text and the value from a <SELECT> element?
How do I submit forms to a new window, with window.open() features?
How do I upload files from the client to the server?
How do I validate a credit card number in ASP?
How do I validate forms using server side script?
What is the limit on Form / POST parameters?
What is the limit on QueryString / GET / URL parameters?
What is the size limit of a posted FORM field?
When I have multiple submit buttons, how do I tell which was clicked?
Which should I use: Request("item") or Request.Form("item")?
Why can't I access Request.Form() when uploading?
Why can't I pre-populate INPUT TYPE=FILE element?
Why does my form variable become 'value, value' instead of 'value'?
Why does my input type=text value get truncated?
Why won't my <TEXTAREA> display the data I passed to it from ASP?

 

 


Created: 2/19/2002 | Last Updated: 8/19/2002 | broken links | helpful | not helpful | statistics
© Copyright 2006, UBR, Inc. All Rights Reserved. (296)

 

Copyright 1999-2006, All rights reserved.
Finding content
Finding content.  An error has occured...