Re: Configuring IIS to use IP then Authentication for access
From: Thomas Deml [MS] (thomad@online.microsoft.com)
Date: 10/19/02
- Next message: Thomas Deml [MS]: "Re: IIS Performance vs Authentication Type"
- Previous message: Thomas Deml [MS]: "Re: Secured page (Challenge/Response) not accessible by some"
- In reply to: Jason Hebron: "Configuring IIS to use IP then Authentication for access"
- Next in thread: Yan Liu [MS]: "RE: Configuring IIS to use IP then Authentication for access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "Thomas Deml [MS]" <thomad@online.microsoft.com> Date: Fri, 18 Oct 2002 23:56:11 -0700
Unfortunately IIS doesn't support this IP address business logic
out-of-the-box. You can write an ISAPI filter that does this. Another way
would be to setup two sites, e.g. with different host headers. I would set
the appropriate IP restrictions on the site that allows anonymous access.
The other site would allow access only if you authenticate.
-- Thomas Deml Lead Program Manager Internet Information Services Microsoft Corp. "Jason Hebron" <Jason.Hebron@vuw.ac.nz> wrote in message news:1034890644.505178@totara.its.vuw.ac.nz... > Hi > I need to setup an IIS5 web server so that when a user on a specific set of > subnets connects to it they get in straight away using the IUSR account, if > they aren't on that range of IP addresses they are then forced to > authenticate against a domain > > So process is > client connects to site > if they are on an "allowed" range of ip addresses they get on straight away > using IUSR account > If not on that allowed range of IP addresses they are forced to authenticate > using a userid and password > > Any assistance greatfully received > PS please email me as well as group, thanks > > >
- Next message: Thomas Deml [MS]: "Re: IIS Performance vs Authentication Type"
- Previous message: Thomas Deml [MS]: "Re: Secured page (Challenge/Response) not accessible by some"
- In reply to: Jason Hebron: "Configuring IIS to use IP then Authentication for access"
- Next in thread: Yan Liu [MS]: "RE: Configuring IIS to use IP then Authentication for access"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|