A
ad
I have a customErrors section in Web.config.
All error except error 403 and 404, will be redirect to
GenericErrorPage.aspx.
How can I show the e.Message or some explicit statement according the error
type in GenericErrorPage.aspx?
----------------------------------------------------------------------------
All error except error 403 and 404, will be redirect to
GenericErrorPage.aspx.
How can I show the e.Message or some explicit statement according the error
type in GenericErrorPage.aspx?
----------------------------------------------------------------------------