P
Phil Johnson
I have a web app that handles errors in the Gloabal.ascx's Application_Error().
It does some logging etc in there and if it throws an error, I want the app
to display a static html splash page rather than a yellow screen asp.net
error.
I have tried setting the custom error page and also a try catch in the
application_error with a server.transfer in the catch but it always seems to
go to a yellow screen asp.net error page (without any details if I set
customErrors to On, but it doesn't go to the page I have set as the custom
error page)
Any ideas how I can get it to show that page if it throws an error in
Application_Error?
--
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com
It does some logging etc in there and if it throws an error, I want the app
to display a static html splash page rather than a yellow screen asp.net
error.
I have tried setting the custom error page and also a try catch in the
application_error with a server.transfer in the catch but it always seems to
go to a yellow screen asp.net error page (without any details if I set
customErrors to On, but it doesn't go to the page I have set as the custom
error page)
Any ideas how I can get it to show that page if it throws an error in
Application_Error?
--
Regards,
Phillip Johnson (MCSD For .NET)
PJ Software Development
www.pjsoftwaredevelopment.com