Bug:
The sample website generates no URL for Html.ActionLink("User Administration", "Index", "UserAdministration", new { Area = "UserAdministration" }, new { }) in Site.Master
Fix:
The AreaName at line 12 in UserAdministrationAreaRegistration.cs should be "UserAdministration" not "MvcMembership"
Using TroyGoode-MembershipStarterKit-6620fde.zip,
Bug: The sample website generates no URL for Html.ActionLink("User Administration", "Index", "UserAdministration", new { Area = "UserAdministration" }, new { }) in Site.Master
Fix: The AreaName at line 12 in UserAdministrationAreaRegistration.cs should be "UserAdministration" not "MvcMembership"
HTH