This question is locked. New answers and comments are not allowed.
I have a menu that contains 2 items when the user is not logged in. Login and Register. The login entry I've tied to a Javascript even and that works, that when I click that my event fires. My second entry, Register, is shown as disabled.
What am I doing wrong?
I've verfied that the controller and action both exist. I've also added in another menu, sub-items where I know the controller does not exist and that is still clickable and will take me to a 404.item.Add().Text("Login").HtmlAttributes(new{ @id ="LoginButton"});item.Add().Text("Register").Action("Register","Account");
What am I doing wrong?