Are Application_Error and Page_Error triggered by the same event?

M

Matt

As the subject says... are Application_Error and Page_Error triggered by the
same event? In other words, is there any error that could slip by
Application_Error but be caught by Page_Error, or vise-versa? Or is it just
a matter of handling the same exact thing in different scopes?
 
M

Marina

If Page_Error does not clear the error, then Application_Error will get
called. So Page_Error is kind of like a first line of defense. If it doesn't
deal with the error, it will go to Application_Error.
 
M

Matt

But, is there any situation where having a Page_Error function will catch
errors that an Application_Error would not catch?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top