SharePoint Anonymouse Access Web Part Targeting
LoginView Control This control can be used to show content based upon if a users is anonymous or logged in. In the case below the word “test” would be shown for anonymous users. Advantages: -This would just need to be added to the layout page which is being used for the main portal page. Issues: -You cannot put a web part or webpart zone within the control only html which mean you could not use to target web parts to users only html code. -You cannot edit the content within the browser any updates to your content need to be done in a text editor and pushed to the server during a release. <tr ID="TopRow" style="padding-top: 6px;padding-right: 6px;padding-left:6px;padding-bottom: 18px;"> <td valign="top" ID="TopCell" width="100%" colspan="3"> <asp:LoginView id="LoginView1" runat="server"> <AnonymousTemplate> ...