Hi All,
When I throw an error the server does not redirect over to Error.aspx.
Instead it gives me the unhandled error message that I see even without the errorPage directive.
Any Ideas
Thanks
Tom
Code:
<%@ Page Language="C#" MasterPageFile="~/MasterPages/MyMaster.master" errorPage="~/Errors/Error.aspx" Title="This will have an Error" AutoEventWireup="true" CodeFile="NewError.aspx.cs" Inherits="NewError" %>
Instead it gives me the unhandled error message that I see even without the errorPage directive.
Any Ideas
Thanks
Tom
Comment