<%@ page language="c#" masterpagefile="~/masterpage.master" Inherits="Microsoft.Samples.SqlServer.ErrorPage" CodeFile="ErrorPage.aspx.cs"%> <asp:content id="Content1" contentplaceholderid="ContentPlaceHolder1" runat="server"> <!-- ===================================================================== File: ErrorPage.aspx for Adventure Works Cycles Storefront Sample Summary: Custom error page for when things go badly Date: June 16, 2003 ===================================================================== This file is part of the Microsoft SQL Server Code Samples. Copyright (C) Microsoft Corporation. All rights reserved. This source code is intended only as a supplement to Microsoft Development Tools and/or on-line documentation. See these other materials for detailed information regarding Microsoft code samples. THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. ======================================================= --> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td> <table cellspacing="0" cellpadding="0" width="100%"> <tr> <td class="HomeHead"> <h3> We are sorry, but an error occured during the <br> processing of your last request. <br> <br> This could be a result of either invalid input <br> values, or a problem in our code. Sorry for the inconvenience. </h3> </td> </tr> </table> </td> </tr> </table> </asp:content>