search
AI OnAI Off
What are SecurityAccess rights for the site (available under CMS -> Admin -> Admin -> Config -> Access Rights)?
I inherited from ASP.NET MVC's controller instead of the EPi controller.
ExploreActivitiesPage : Controller
Instead of:
ExploreActivitiesPage : SitePageData
Inheriting from the correct controller fixed the problem.
Hi.
I'm trying to use the [Authorize] and [AllowAnonymous] attributes in my EPiServer site.
All, of my controllers are marked with the [Authorize] attribute, except of one. This one is marked with the [AllowAnonymous] attribute. When I'm trying to access this controller without authenticating, I still get redirected to the login-screen.
This is (a part of) my code:
Any obvious mistakes?
// Anders