Hi,

Problem:
I have developed a website using WSS with anonymous access. This works fine.
However, I do not want everybody to be able to look straight into the
content of each list. I need to be able to limit anonymous access to a
certain webpages only, and have the rest authenticated for admin purposes.
Example:

www.mysite.com/startpage.aspx - want this anonymous
www.mysite.com/_layouts/1033/viewlsts.aspx - want this authenticated

Is there an architectural problem with this?
Anyone have a solution ?

Regards,
PÃ¥l

Re: WSS autentication -Need to mix anonymous and authenticated by Mike

Mike
Wed Aug 17 23:04:58 CDT 2005

You can only set authentication at the following three levels

1. site
2. sub-site
3. document library or list

that's it. that's the architecture.

So you have to find solutions within those parameters (such as having pages
you want restricted access to in a restricted access sub-site)

Mike Walsh, Helsinki, Finland
WSS FAQ http://wss.collutions.com
please reply to the newsgroup only

"Pål" <Pål@discussions.microsoft.com> wrote in message
news:866A5412-9894-4622-AC15-BEE653DEF464@microsoft.com...
> Hi,
>
> Problem:
> I have developed a website using WSS with anonymous access. This works
> fine.
> However, I do not want everybody to be able to look straight into the
> content of each list. I need to be able to limit anonymous access to a
> certain webpages only, and have the rest authenticated for admin purposes.
> Example:
>
> www.mysite.com/startpage.aspx - want this anonymous
> www.mysite.com/_layouts/1033/viewlsts.aspx - want this authenticated
>
> Is there an architectural problem with this?
> Anyone have a solution ?
>
> Regards,
> Pål