protected override bool AllowAnonymousAccess
{
get
{
return true;
}
}
Next time onwards you will be allowed to browse the page anonymously. This will be useful in sharing anonymous information with users. The best example would be to use a custom Sign/In page or something which you want unauthenticated users to access.
No comments:
Post a Comment