11 lines
		
	
	
		
			499 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			499 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| <%@ Page Language="C#" Inherits="System.Web.Mvc.ViewPage<Portoa.Web.ErrorHandling.ErrorModel<VideoGameQuotes.Api.User>>" MasterPageFile="~/Views/Shared/Site.Master" %>
 | |
| 
 | |
| <asp:Content ID="Content1" ContentPlaceHolderID="TitleContent" runat="server">Forbidden</asp:Content>
 | |
| 
 | |
| <asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
 | |
| 				<p class="info">
 | |
| 					You are not allowed to be here.
 | |
| 				</p>
 | |
| 
 | |
| 				<% Html.RenderPartial("ExceptionView", Model); %>
 | |
| </asp:Content> |