HTTP Error 403.503 - Forbidden IIS 10

13,073

I was getting "HTTP Error 403.503 - Forbidden" as well with detailsModule IpRestrictionModule Notification BeginRequest Handler ExtensionlessUrlHandler-Integrated-4.0 Error Code 0x80070005

The fix for me was to go to IIS, click on site, click on IP Address and Domain Restrictions, clicking 'Edit Feature Settings', the selecting 'Allow' (instead of deny)

Share:
13,073
pookie
Author by

pookie

Updated on June 17, 2022

Comments

  • pookie
    pookie about 2 years

    I know this has been asked a thousand times... but I am still having problems, despite two days of trying!

    This is running locally. Even my localhost is giving me a 403!

    My setup:

    • Windows 10 Pro
    • IIS 10

    Every site in IIS greets me with the old favourite 'HTTP Error 403.503 - Forbidden' error. I have fiddled with Application Pool settings, restarted, re-registered (aspnet_regiis -i), used 'run as administrator', added IUSER to security and gave full control, created a fresh MVC application in Visual Studio 2015 and added the site to IIS... I've tried everything I can think of!

    Does anyone have a suggestion for me, before I delete Windows?

  • zolfaghari
    zolfaghari over 2 years
    thank you that was works for me by set Edit Feature Settings to allow
  • Hedgybeats
    Hedgybeats about 2 years
    I looked in the IP Address and Domain Restrictions so many times but there were no rules there so I stopped looking. This brought hours of head scratching to and end thank you.
  • Roel
    Roel about 2 years
    This means you turn the whitelist into a blacklist.