Free cookie consent management tool by TermsFeed Policy Generator

source: branches/WebApplication/MVC2/HeuristicLabWeb.PluginHost/HLWebPluginHost/Views/Shared/Error.aspx @ 6479

Last change on this file since 6479 was 4604, checked in by dkahn, 14 years ago

#1198 Imported new Plugin Host solution for the new MVC2 based web application

File size: 439 bytes
Line 
1<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<System.Web.Mvc.HandleErrorInfo>" %>
2
3<asp:Content ID="errorTitle" ContentPlaceHolderID="TitleContent" runat="server">
4    Error
5</asp:Content>
6
7<asp:Content ID="errorContent" ContentPlaceHolderID="MainContent" runat="server">
8    <h2>
9        Sorry, an error occurred while processing your request.
10    </h2>
11</asp:Content>
Note: See TracBrowser for help on using the repository browser.