|
security
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Password protecting a single page on IISI 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! 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! > 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 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! >> > >
Multiple websites in one IIS with Integrated Windows Authentication
IIS6.0 Integrated authentication w/multiple app pools SSLv3 with certificate issued by Intermediate certificae authority Cannot get logon prompted on web page on one machine Problem with Impersonation / Delegation How do you get rid of IIS Anonymous Event Logs? IIS security with user and passwords stored in database Create Virtual Directory from DMZ to LAN IIS 5.0 IWA - Really need tips to solve this issue IIS FrontPage Virtual Sever Administration Site Administration : 401.1 for individual sites |
|||||||||||||||||||||||