HTTP Error 404.6 - Not Found

The request filtering module is configured to deny the HTTP verb.

Most likely causes:

  • Request filtering is configured for the Web server and the HTTP verb for this request is explicitly denied.

Things you can try:

  • Verify the configuration/system.webServer/security/requestFiltering/verbs settings in applicationHost.config and web.config.

Detailed Error Information:

Module   RequestFilteringModule
Notification   BeginRequest
Handler   PageHandlerFactory-Integrated-4.0
Error Code   0x00000000
Requested URL   http://idly2.idshop.ccwu.cc:80/419.aspx
Physical Path   D:\web\es\419.aspx
Logon Method   Not yet determined
Logon User   Not yet determined

More Information:

The request filtering section of the applicationhost.config file or a web.config file contains an entry to deny the HTTP verb used for the request. This is a security feature and should not be changed unless the scope of the change is fully understood. If the HTTP Verb should be allowed then remove the HTTP verb being denied from configuration/system.webServer/security/requestFiltering/verbs.

View more information »