diff options
Diffstat (limited to 'projecttemplates/MvcRelyingParty/Views/Shared/Error.aspx')
-rw-r--r-- | projecttemplates/MvcRelyingParty/Views/Shared/Error.aspx | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/projecttemplates/MvcRelyingParty/Views/Shared/Error.aspx b/projecttemplates/MvcRelyingParty/Views/Shared/Error.aspx new file mode 100644 index 0000000..144df3f --- /dev/null +++ b/projecttemplates/MvcRelyingParty/Views/Shared/Error.aspx @@ -0,0 +1,11 @@ +<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<System.Web.Mvc.HandleErrorInfo>" %> + +<asp:Content ID="errorTitle" ContentPlaceHolderID="TitleContent" runat="server"> + Error +</asp:Content> + +<asp:Content ID="errorContent" ContentPlaceHolderID="MainContent" runat="server"> + <h2> + Sorry, an error occurred while processing your request. + </h2> +</asp:Content> |