@model HeuristicLab.Services.Optimization.Web.Models.LogOnModel @{ ViewBag.Title = "Log On"; }
Please enter your user name and password.
@Html.ValidationSummary(true, "Login was unsuccessful. Please correct the errors and try again.") @using (Html.BeginForm()) {