troygoode / MembershipStarterKit

The starter kit provides the Asp.Net MVC controllers, models, and views needed to administer users & roles.
http://github.com/TroyGoode/MembershipStarterKit
MIT License
198 stars 66 forks source link

Sample website on latest commit does not work #1

Closed jclifford closed 14 years ago

jclifford commented 14 years ago

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

troygoode commented 14 years ago

Thanks, this has been fixed.