Article ID: 942046 - Last Review: September 28, 2007 - Revision: 1.0 Error message when you visit a Web site that is hosted on IIS 7.0: "HTTP Error 404.6 – VERB_DENIED"SYMPTOMSWhen you visit a Web site that is hosted on Internet Information Services (IIS) 7.0, you receive an error message that resembles the following: Server Error in Application "application name" -------------------------------------------------------------------------------- HTTP Error 404.6 – VERB_DENIED HRESULT: 0 Description of HRESULT # The operation completed successfully. CAUSEThis problem occurs because no verbs are added to the <verbs> section in the applicationHost.config file. Additionally, the allowUnlisted property of the <verbs> section is set to false. This setting denies all the requests that add verbs that are listed in the <handlers> section. The <handlers> section is under the <system.webServer> node in the applicationHost.config file.
RESOLUTIONTo resolve this problem, follow these steps:
| Article Translations
|
Back to the top
