I have an IIS application with the following security configuration:
- Authentication Mode = "Anonymous"
- IP Address and Domain Name Restrictions: Deny all except *.mil
There is a user who is unable to get in (403.7 error), even though he
is coming from a .mil address (confirmed by running "ipconfig -a
<ip_address>" from the server).
Of course I can temporarily overcome this problem by explicitly adding
his IP address, but then what happens down the road if he gets assigned
a different address?
Does anyone have any ideas on where I should start looking -- e.g.,
specific local policy settings that need to be tweaked -- for a
possible permanent fix?
Thanks in advance for any helpful hints!