Password protecting a single page on IIS
Password protecting a single page on IIS
am 11.10.2006 03:01:28 von Robert 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!
Re: Password protecting a single page on IIS
am 11.10.2006 06:06:48 von 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
"Rob Gordon" 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!
>
Re: Password protecting a single page on IIS
am 11.10.2006 06:06:48 von 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
"Rob Gordon" 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!
>
Re: Password protecting a single page on IIS
am 11.10.2006 21:18:26 von IISMVP2005
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
"Ken Schaefer" 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" 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!
>>
>
>
Re: Password protecting a single page on IIS
am 11.10.2006 21:18:26 von IISMVP2005
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
"Ken Schaefer" 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" 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!
>>
>
>