Skip to content

Commit

Permalink
(*) Fixing anonymous access.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nils Tellería committed Nov 27, 2015
1 parent b3a151c commit c38cdf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ public RssFeedDto()
}


public partial class rss : LayoutsPageBase
public partial class rss : UnsecuredLayoutsPageBase
{
protected override bool AllowAnonymousAccess { get { return true; } }
private void BindData(RssFeedDto feed)
{
litRssLastBuildDate.Text = feed.LastBuildDate.ToString();
Expand Down
1 change: 0 additions & 1 deletion SPGenericListRSS/SPGenericListRSS/SPGenericListRSS.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@
<ItemGroup>
<Compile Include="Layouts\SPGenericListRSS\rss.aspx.cs">
<DependentUpon>rss.aspx</DependentUpon>
<SubType>ASPXCodeBehind</SubType>
</Compile>
<Compile Include="Layouts\SPGenericListRSS\rss.aspx.designer.cs">
<DependentUpon>rss.aspx.cs</DependentUpon>
Expand Down

0 comments on commit c38cdf6

Please sign in to comment.