When I restarted my site, trying to view the /Umbraco directory resulted in a 403 error.
Using IIS Manager I set restrictions as follows:
allow = "true", provided an IP address that included my machines address (ex: 24.116.10.0) and a mask 255.255.255.0
I tried to undo the restrictions (removing the rule) but the error persisted.
I needed to edit the applicationHost.config. and remove the section pointing to "/umbraco".
has anyone else seen this behavior? And if so how did you get IP restrictions working in IIS.
Umbraco 10 / Blocking back office by IP - Getting 403 error?
I tried adding IP restrictions to the the back office directory (using the instructions from https://learn.microsoft.com/en-us/iis/configuration/system.webserver/security/ipsecurity/
When I restarted my site, trying to view the /Umbraco directory resulted in a 403 error.
Using IIS Manager I set restrictions as follows: allow = "true", provided an IP address that included my machines address (ex: 24.116.10.0) and a mask 255.255.255.0
I tried to undo the restrictions (removing the rule) but the error persisted.
I needed to edit the applicationHost.config. and remove the section pointing to "/umbraco".
has anyone else seen this behavior? And if so how did you get IP restrictions working in IIS.
![Umbraco Location for applicationHost1
Umbraco Version: 10.5.1+6afa6d2
Did you manage to solve it? I have the same problem..
is working on a reply...