I ran into a problem today when we installed our project to our IIS machine. (Running IIS 7.5)
I turned on windows authentication, I added an "allow" rule for an AD group and a "deny" rule for the other users. The strange thing was that from the 6 users in that particular AD group the 4 that were part of the Domain Admins
group were able to use the site but the users who were only Domain Users could not.
This really frustrated me, because I don't want to make everybody a Domain Admin who uses the site. What can I do???
None
0 Points
1 Post
Only domain admins can use the site. :(
Oct 17, 2011 05:44 PM|arpikusz|LINK
Hi!
I ran into a problem today when we installed our project to our IIS machine. (Running IIS 7.5)
I turned on windows authentication, I added an "allow" rule for an AD group and a "deny" rule for the other users. The strange thing was that from the 6 users in that particular AD group the 4 that were part of the Domain Admins group were able to use the site but the users who were only Domain Users could not.
This really frustrated me, because I don't want to make everybody a Domain Admin who uses the site. What can I do???
user 7.5 domain
Contributor
3390 Points
1079 Posts
Re: Only domain admins can use the site. :(
Oct 21, 2011 12:03 AM|kctt|LINK
Do you mean you add deny rule for "Users" group.
Deny rule will overwrite any allow rule. Your best option is remove permission of Users group, not deny.