<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage" %> Log On

Log On

Please enter your username and password. <%= Html.ActionLink("Register", "Register") %> if you don't have an account.

<%= Html.ValidationSummary("Login was unsuccessful. Please correct the errors and try again.") %> <% using (Html.BeginForm()) { %>
Account Information

<%= Html.TextBox("username") %> <%= Html.ValidationMessage("username") %>

<%= Html.Password("password") %> <%= Html.ValidationMessage("password") %>

<%= Html.CheckBox("rememberMe") %>

<% } %>