Home All Groups Group Topic Archive Search About

IIS requires credentials all the time....

Author
13 Mar 2006 2:09 PM
Lobo
I have IIS server on Server 2003 and Anonymous Access and Windows
Integrated Security are checked but whwn some users wants to access site
   IIS requires credentials ... If I turn off Integrated Security then I
get message "You are not autorized to view this page"

I tried to change Home Directory back to C:\inetpub\wwwroot with no
results ... same scenario happens again

how to set my IIS to allow Anonymous Access


THX in Advance

Lobo

Author
13 Mar 2006 2:34 PM
Tom Kaminski [MVP]
"Lobo" <ib1***@yahoo.com> wrote in message
news:OCwjLfqRGHA.4740@TK2MSFTNGP14.phx.gbl...
>I have IIS server on Server 2003 and Anonymous Access and Windows
>Integrated Security are checked but whwn some users wants to access site
>IIS requires credentials ... If I turn off Integrated Security then I get
>message "You are not autorized to view this page"
>
> I tried to change Home Directory back to C:\inetpub\wwwroot with no
> results ... same scenario happens again
>
> how to set my IIS to allow Anonymous Access

Make sure IUSR_servername has NTFS Read permissions on all of your content.

Author
13 Mar 2006 3:05 PM
Lobo
>
> Make sure IUSR_servername has NTFS Read permissions on all of your content.
>

I have already done that ...

THX for your time