How to configure IIS7 to Redirect member of An active Directory group to static page

Posted by user1759075 on Stack Overflow See other posts from Stack Overflow or by user1759075
Published on 2012-10-19T10:52:12Z Indexed on 2012/10/19 11:01 UTC
Read the original article Hit count: 125

On IIS, we have disabled Anonymous authentication and enabled Windows Authentication

What we need is to only allow users who are members of an Active Directory security group to access the Access Point at all. All other users should be directed to a static web page that will give them instructions on how to request access.

By adding the security group to the website permissions, and removing the \Users group, we have almost achieved this. Users in the group are allowed through, those not in the group are asked for a (Windows) username and password. Instead of requesting the username and password, we want IIS to redirect them to the static page.

Please advise me on how can this be done.

© Stack Overflow or respective owner

Related posts about iis7

Related posts about active-directory