<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Views/Shared/Site.Master" %> <% if (ViewData["Success"] != null) { %>

Database (re)created!

Note that to be useful, you really need to either modify the database to add an account with data that will be accessed by this sample, or modify this very page to inject that data into the database.

<% } %>

<%= ViewData["Error"] %>