HTTP Error 404.12 - Not Found

The request filtering module is configured to deny a request URL that contains high-bit characters.

Most likely causes:

  • The request contained high-bit characters and request filtering is configured on the Web server to deny high-bit characters.

Things you can try:

  • Verify the configuration/system.webServer/security/requestFiltering@allowHighBitCharacters setting in the applicationhost.config or web.config file.

Detailed Error Information:

Module   RequestFilteringModule
Notification   BeginRequest
Handler   StaticFile
Error Code   0x00000000
Requested URL   http://asaasoft.org:80/مرکز-دانلود/
Physical Path   C:\HostingSpaces\bmiovnaa\asaasoft.org\wwwroot\مرکز-دانلود\
Logon Method   Not yet determined
Logon User   Not yet determined

More Information:

This is a security feature. Do not change this feature unless the scope of the change is fully understood. When allowHighBitCharacters is set to false (the value is true if not present), IIS rejects a request if it contains high-bit characters. If high-bit characters should be allowed by the server, modify the configuration/system.webServer/security/requestFiltering@allowHighBitCharacters setting.

View more information »