IIS ERROR TABLES (401, 402, 404, etc)

Karl Von Winkle 1 Reputation point
2021-08-26T17:06:40.843+00:00

Is there a TECH NOTE, or SUPPORT page for IIS ERROR NUMBERS?

Similar to the link below; however updated to be more current?

https://learn.microsoft.com/en-us/troubleshoot/iis/http-status-code

IIS 7.0 and later versions define the following HTTP status codes that indicate a more specific cause of an error 403:

• 403.1 - Execute access forbidden.
• 403.2 - Read access forbidden.
• 403.3 - Write access forbidden.
• 403.4 - SSL required.
• 403.5 - SSL 128 required.
• 403.6 - IP address rejected.
• 403.7 - Client certificate required.
https://learn.microsoft.com/en-us/troubleshoot/iis/http-error-403-7-forbidden-web-app

• 403.8 - Site access denied.
• 403.9 - Forbidden: Too many clients are trying to connect to the web server.
• 403.10 - Forbidden: web server is configured to deny Execute access.
• 403.11 - Forbidden: Password has been changed.
• 403.12 - Mapper denied access.
• 403.13 - Client certificate revoked.
• 403.14 - Directory listing denied.
https://learn.microsoft.com/en-us/troubleshoot/iis/http-403-14-forbidden-webpage

• 403.15 - Forbidden: Client access licenses have exceeded limits on the web server.
• 403.16 - Client certificate is untrusted or invalid.
https://learn.microsoft.com/en-us/troubleshoot/iis/http-403-forbidden-access-website
• 403.17 - Client certificate has expired or is not yet valid.
• 403.18 - Cannot execute requested URL in the current application pool.
• 403.19 - Cannot execute CGI applications for the client in this application pool.
• 403.20 - Forbidden: Passport logon failed.
• 403.21 - Forbidden: Source access denied.
• 403.22 - Forbidden: Infinite depth is denied.
• 403.501 - Forbidden: Too many requests from the same client IP; Dynamic IP Restriction Concurrent request rate limit reached.
• 403.502 - Forbidden: Too many requests from the same client IP; Dynamic IP Restriction Maximum request rate limit reached.
• 403.503 - Forbidden: the IP address is included in the Deny list of IP Restriction
• 403.504 - Forbidden: the host name is included in the Deny list of IP Restriction

Windows development | Internet Information Services
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.