From: shaun on
We have a web site running on IIS7.5, I am trying to limit access to a
single web page to usres on my domain and the rest of the web site to be
accessable publicly. I removed the IUSRS account from the NTFS permissions
on the web page file and the page is still accessable by the public, if I
remove the server\Users group then the web page is not accesable but adding
my domain account to the file will not allow me to access the web page. Is
there a way to restrict access via NTFS permissions to certain web pages or a
way to do this in IIS via the request filtering feature?

Thanks

Shaun

From: Chris M on
On 08/04/2010 16:13, shaun(a)TNS wrote:
> We have a web site running on IIS7.5, I am trying to limit access to a
> single web page to usres on my domain and the rest of the web site to be
> accessable publicly. I removed the IUSRS account from the NTFS permissions
> on the web page file and the page is still accessable by the public, if I
> remove the server\Users group then the web page is not accesable but adding
> my domain account to the file will not allow me to access the web page. Is
> there a way to restrict access via NTFS permissions to certain web pages or a
> way to do this in IIS via the request filtering feature?

If the page is in its own folder by itself, and your domain users will
always be connecting from the same network, you could restrict it by
client IP address.

--
Chris M.
From: shaun on
All the web pages are stored in the same folder.

"Chris M" wrote:

> On 08/04/2010 16:13, shaun(a)TNS wrote:
> > We have a web site running on IIS7.5, I am trying to limit access to a
> > single web page to usres on my domain and the rest of the web site to be
> > accessable publicly. I removed the IUSRS account from the NTFS permissions
> > on the web page file and the page is still accessable by the public, if I
> > remove the server\Users group then the web page is not accesable but adding
> > my domain account to the file will not allow me to access the web page. Is
> > there a way to restrict access via NTFS permissions to certain web pages or a
> > way to do this in IIS via the request filtering feature?
>
> If the page is in its own folder by itself, and your domain users will
> always be connecting from the same network, you could restrict it by
> client IP address.
>
> --
> Chris M.
> .
>