Hi there,
I have a site call (A) is a Site Collection. I extend the (A) to another IIS virtual server called (A1). A1 is a anon site. (A) is based on the basic SharePoint Permission configuration. My scenario will be
I have B1, B2, B3 documents in document library of (A).
3* SharePoint GROUP (S1, S2, S3)
4* Users: Aaronp, Adamb, Danb, Yex. Aaronp is belonged to S1; Adamb is belonged to S2; Danb is belonged to S3; Yex will be anonymous user
B1 -> S1 (Aaronp) -> Read
B2 -> S1 (Aaronp) and S2 (Adamb) -> Contributor
B3 -> Everyone can see
so When
Aaronp access the (A1): He can see B1, B2, B3 documents
Adamb access the (A1): He can see B2, B3 documents
Danb access the (A1): He can see B3 document
Yex access the (A1): She can see B3 document
the above results is correct?? or Actually just only two permission for anon site (View and cannot View)
another question is If I upload a file to Document library, any permission I need to setup for anon site.??? because I found when I upload the file to the document library, if use access the anon site, he/ she cannot see the document. my document permission is to Stop Inheriting Permission
thanks