Select the product you need help with
Error message when a user visits a website that is hosted on a server that is running Internet Information Services 7.0: "HTTP Error 405.0 - Method not allowed"Article ID: 942051 - View products that this article applies to. On This PageSymptomsConsider the following scenario. You have a website that is hosted on a server that is running Internet Information Services (IIS) 7.0. When a user goes to this website, the user receives an error message that resembles the following: Server Error in Application "application name" HTTP Error 405.0 - Method not allowed HRESULT: 0x80070001 Description of HRESULT The page you are looking for cannot be displayed because an invalid method (HTTP verb) is being used. CauseCause 1This problem occurs because the client makes an HTTP request by using an HTTP method that does not comply with the HTTP specifications.To resolve this problem, see resolution 1. Cause 2This problem occurs because a client makes an HTTP request by sending the POST method to a page that is configured to be handled by the StaticFile handler. For example, a client sends the POST method to a static HTML page. However, pages that are configured for the StaticFile handler do not support the POST method.To resolve this problem, see resolution 2. ResolutionResolution 1Make sure that the client sends a request that contains a valid HTTP method. To do this, follow these steps:
Resolution 2Send the POST request to a page that is configured to be handled by a handler other than the StaticFile handler (for example, the ASPClassic handler). Or, change the request that is being handled by the StaticFile handler so that it is a GET request instead of a POST request.PropertiesArticle ID: 942051 - Last Review: August 17, 2012 - Revision: 2.0
| Article Translations
|


Back to the top








