Hello All,
Trying the first time to use a custom ErrorPage
using:
<customErrors
mode="On"
defaultRedirect ="TR_Error.aspx "
/>
in the Web.config
Somehow the Application never reaches this page!
(I still see the ASP-Default-ErrorPage)
What might be wrong here?
Has anyone got a ErrorPage-Example?
Trying the first time to use a custom ErrorPage
using:
<customErrors
mode="On"
defaultRedirect ="TR_Error.aspx "
/>
in the Web.config
Somehow the Application never reaches this page!
(I still see the ASP-Default-ErrorPage)
What might be wrong here?
Has anyone got a ErrorPage-Example?
Comment