A ad May 9, 2005 #1 If a run time error occur, ASP.NET will redirect to a run time error page. Can we change the error page to a custom define page?
If a run time error occur, ASP.NET will redirect to a run time error page. Can we change the error page to a custom define page?
D dan.c.roth May 9, 2005 #2 Hi You need to use Application_Error in the Global.asax. See http://support.microsoft.com/default.aspx?scid=kb;en-us;306355 Regards, Daniel Roth MCSD.NET
Hi You need to use Application_Error in the Global.asax. See http://support.microsoft.com/default.aspx?scid=kb;en-us;306355 Regards, Daniel Roth MCSD.NET