locked
IIS 8 IP Restrictions - HTTP 403.503 Code RRS feed

  • Question

  • User1107781836 posted

    Hello,

    I am new to IIS 8 and am trying to convert some custom error pages for 403 restrictions.  On our old server, we had a custom page for 403.6 errors.  This error page is not being called on the IIS 8 box.

    When I examined the IIS log, I can see that I'm getting a 403.503 error, which I can not find any reference for here.  Is this the correct code or is there some issue causing the wrong code to be thrown?  Failed Request Logging doesn't include any more information.

    HTTP Error 403.503 - Forbidden
    You do not have permission to view this directory or page.
    Module: IpRestrictionModule 
    Notification: BeginRequest
    Error Code: 0x8007005



    Tuesday, April 22, 2014 12:27 PM

Answers

  • User-736483138 posted

    The 403.502 and 503 codes are related to IP restrictions. You can add a custom error page for 403.503 and point it to your custom 403.6 page to get the desired response.

    • Marked as answer by Anonymous Tuesday, September 28, 2021 12:00 AM
    Tuesday, April 22, 2014 3:09 PM