You receive the "HTTP Error 405" error message after you rename an HTML page by using the database search form (229295)
The information in this article applies to:
This article was previously published under Q229295 SYMPTOMS After you insert a database results region on an existing
HTML page, save the page as an ASP file, and then preview the page in your Web
browser, you may receive the following error message when you click Submit:
HTTP Error 405
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. CAUSE When you add a submit query field to an existing file with
a .htm extension, the form action is not updated to the file name with the asp
extension.
The form points to the original file name. When you click
Submit, the query is posted to the original file. RESOLUTION To resolve this problem, use one of the following
methods. Method 1: Add the Correct Form Field Action. To add the correct form field action, follow these steps:
- Open the page that contains the database results
form.
- Right-click the form, and click Form Properties.
- Click Options.
- In the Action box, type the name of the ASP page.
For Example:
Mypage.asp
Method 2: Delete the Existing Database Region and Recreate the Database Results Form. To delete the existing database region and recreate the database
results form, follow these steps:
- Open the page that contains the database results
form.
- Click to select the database results region and the
database search form.
- Press Delete to remove the database region and form from the page.
- On the Insert menu, point to Advanced, and click Results.
- Use the wizard to recreate your database query. When you
are finished, save the page to the same asp file name.
STATUSMicrosoft
has confirmed that this is a problem in the Microsoft products that are listed
at the beginning of this article.
Modification Type: | Minor | Last Reviewed: | 9/27/2004 |
---|
Keywords: | kbopenfile kbDatabase kbForms kbASP kbprb kbpending KB229295 |
---|
|