I have a module that deploys a site page "Archives".
I want to set up this page to show the content of a list readonly, whatever permissions are granted to the connected user.
I have build this module :
<File Name="archives.aspx"
Path="spstd4.aspx"
Url="archives.aspx"
Type="GhostableInLibrary">
<View BaseViewID="1"
DisplayName="Archives"
List="archives"
WebPartOrder="0"
WebPartZoneID="Body"
ReadOnly="True"
Type="HTML"/>
</File>
The readonly attribute of the view node does not seems to have any effect.
Can I have a view to a list in full readonly mode?