Home All Groups Group Topic Archive Search About

Password protecting a single page on IIS

Author
11 Oct 2006 1:01 AM
Rob Gordon
I am attempting to password protect a single html page on my website, so
that only people I give the login/password to can access it.

Where can I find some simple instructions on what I need to do, in order to
lock down user access to a single page under IIS 6.0.  I am running the
server on Windows 2003 Server Standard R2.

Thanks!

Author
11 Oct 2006 4:06 AM
Ken Schaefer
a) You need to enable one of the Authentication mechanisms that IIS supports
(e.g. Basic Authentication, Integrated Windows Authentication etc). This
allows the browser to get the users credentials to the server. You should
disable anonymous authentication

b) You need to change the NTFS permissions on the actual file. Remove the
Everyone group, and add in the users/groups that should have access to the
file.

Cheers
Ken

Show quoteHide quote
"Rob Gordon" <Robert.Gordon@nospam.dslextreme.com> wrote in message
news:O6%23SJDN7GHA.3280@TK2MSFTNGP02.phx.gbl...
>I am attempting to password protect a single html page on my website, so
>that only people I give the login/password to can access it.
>
> Where can I find some simple instructions on what I need to do, in order
> to lock down user access to a single page under IIS 6.0.  I am running the
> server on Windows 2003 Server Standard R2.
>
> Thanks!
>
Author
11 Oct 2006 7:18 PM
Chris Crowe [MVP 1997 -> 2006]
In addition to Kens suggestions you may want to look at a freeware product
called IISPassword.

http://blog.crowe.co.nz/archive/2005/09/21/275.aspx



--


Chris Crowe [ IIS MVP - 1997 - 2006 ]
http://blog.crowe.co.nz


Show quoteHide quote
"Ken Schaefer" <kenREM***@THISadOpenStatic.com> wrote in message
news:e0l7uqO7GHA.4476@TK2MSFTNGP04.phx.gbl...
> a) You need to enable one of the Authentication mechanisms that IIS
> supports (e.g. Basic Authentication, Integrated Windows Authentication
> etc). This allows the browser to get the users credentials to the server.
> You should disable anonymous authentication
>
> b) You need to change the NTFS permissions on the actual file. Remove the
> Everyone group, and add in the users/groups that should have access to the
> file.
>
> Cheers
> Ken
>
> "Rob Gordon" <Robert.Gordon@nospam.dslextreme.com> wrote in message
> news:O6%23SJDN7GHA.3280@TK2MSFTNGP02.phx.gbl...
>>I am attempting to password protect a single html page on my website, so
>>that only people I give the login/password to can access it.
>>
>> Where can I find some simple instructions on what I need to do, in order
>> to lock down user access to a single page under IIS 6.0.  I am running
>> the server on Windows 2003 Server Standard R2.
>>
>> Thanks!
>>
>
>