I have three pages in a SharePoint site. Lets say
A.aspx
B.aspx
C.aspx
I also have two groups - say ALLACCESS and LESSACCESS
now I want
- A.aspx page should access only by ALLACCESS, no LESSACCESS and no other users
- B.aspx page should access only by ALLACCESS and LESSACCESS users (No other users - Ex NT authorized users)
- C.aspx page Should access by all the users.