How to combine IIS "ip address and domain restrictions" and authentication

J

Jack Chuong

Hi all,

I'm using Windows server 2012 Standard with IIS 8.5 , I want to limit access to www.mywebsite.com/abc :
- if client ip address is 1.2.3.4 --> allow
- if client ip address is not 1.2.3.4 --> ask for authorization :
- if right username and password --> allow
- if wrong username and password --> deny

I can configure authentication or "ip address and domain restrictions" works but how to combine them together ?

Continue reading...
 
Back
Top Bottom