If you only want to give selected users access then:
a) disable "allow anonymous authentication"
b) enable "Integrated Windows Authentication"
c) ensure that your website meets all the guidelines here:
http://support.microsoft.com/?id=258063 (for example, add the site to the local Intranet security zone etc)
Cheers
Ken
[quoted text, click to view] "Guardian-M2005" <GuardianM2005@discussions.microsoft.com> wrote in message
news:E2805ECA-BC9C-49B4-A8D1-DE136BDD1A12@microsoft.com...
: Hi
:
: I'm sorry - tried that. This does not help as all that adding these users
is
: give unrestricted access to everyone to the pages. I need to have the
site
: to be accessible only to select groups.
:
: Is there any way to do this without the user being prompted to login?
:
[quoted text, click to view] : "Ken Schaefer" wrote:
:
: > Hi,
: >
: > If allowed access includes "Allow Anonymous Authentication", then which
: > users/groups you add to the NTFS folder permissions is irrelevant. The
: > accounts you need to add are either IUSR_machinename (for HTML, ASP
pages),
: > IWAM_machinename (for global.asa etc) and Machine\ASPNET (for ASP.NET
pages)
: >
: > Cheers
: > Ken
: >
: > "Guardian-M2005" <Guardian-M2005@discussions.microsoft.com> wrote in
message
: > news:77CBD13D-E0EA-4F83-B97D-972797A66278@microsoft.com...
: > :I have a question regarding the securing of Windows 2000 SP4 IIS with
AD
: > : Windows 2003. The symptoms are that the security prompts users to log
in
: > on
: > : opening an intranet page. I reset the security setting on the folder
and
: > the
: > : prompting stops. However, after a reboot of the server or restart of
the
: > : services the prompting begins again for some (not all) groups added to
the
: > : setup.
: > :
: > : The setup includes Windows 2000 server IIS running on a Windows 2003
: > Active
: > : Directory network. Groups from multiple OU are added to the security
of
: > the
: > : folder containing the intranet pages. IIS authentication is set to
: > anonymous.
: > :
: > : Upon a reset of permissions the permissions function OK, but after
reboot
: > or
: > : restart of IIS services the intranet page prompts for some users to
log
: > in.
: > :
: > : By changing all security settings to everyone or authorised user the
page
: > : accessible, but that is not an option as it gives to much access.
: > :
: > : How can I resolve this and still keep security?
: > :
: >
: >
: >