2011-02-24 08:07:50 +00:00
|
|
|
<%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Portoa.Web.ErrorHandling.ErrorModel<VideoGameQuotes.Api.User>>" MasterPageFile="~/Views/Shared/Site.Master" %>
|
2011-02-11 05:21:31 +00:00
|
|
|
|
|
|
|
<asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">Forbidden</asp:Content>
|
|
|
|
|
|
|
|
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
2011-02-28 01:37:52 +00:00
|
|
|
<div class="error-image">
|
|
|
|
<img src="/media/images/forbidden.png" alt="PLEASE GO AWAY." title="PLEASE GO AWAY."/>
|
|
|
|
</div>
|
|
|
|
|
2011-02-11 05:21:31 +00:00
|
|
|
<p class="info">
|
2011-02-28 01:37:52 +00:00
|
|
|
Error doesn’t like you. Error doesn’t like people who try to look
|
|
|
|
at things they are forbidden from looking at. Error says your mother resembles
|
|
|
|
a hoofed mammal.
|
2011-02-11 05:21:31 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<% Html.RenderPartial("ExceptionView", Model); %>
|
|
|
|
</asp:Content>
|