Episerver Mixed-mode auth. Register route
protected override void RegisterRoutes(RouteCollection routes) | |
{ | |
base.RegisterRoutes(routes); | |
routes.MapRoute("Custom login", "Login/{action}/", new { controller = "Login", action = "Index" }); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment