<location path="Lists/mylist/AllItems.aspx">
<system.web>
<authorization>
<allow users="Ourdomain\Administrator"/>
<deny users="*" />
</authorization>
</system.web>
</location>
This simply gives access denied to everyone including administrator(super admin). I tried removing domain name\ but it simply does not work..
I just want only farm admin to access allitems(we have 5/6 confidential lists where we can not afford to give all items but still want user to add new item. I must give view application pages permission in order for user to add new(editform/newform) but this also makes user to access all items??
MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead