I have ASPX website running on Windows 2008 R2, I want to limit the access for several interfaces, but not all of them.
e.g I have an interface /admin
for website www.contoso.com
, but I only want people from 192.168.X.X
to access this specific location. For the rest it's open to public.
But I checked the IIS configuration, looks like I can only set global IP acls with IPv4 Accress and Domain Restrictions
, is there any other solutions?