@model MvcMusicStore.Models.LogOnModel @{ ViewBag.Title = "Log On"; }
Please enter your user name and password. @Html.ActionLink("Register", "Register") if you don't have an account.
@Html.ValidationSummary(true, "Login was unsuccessful. Please correct the errors and try again.") @using (Html.BeginForm()) {