A
ad
Hi,
I use the setting below in Web.config
<customErrors mode="On" defaultRedirect="~/ErrorPage/GenericErrorPage.aspx"
/>
How could we get error statusCode when GenericErrorPage is load?
I use the setting below in Web.config
<customErrors mode="On" defaultRedirect="~/ErrorPage/GenericErrorPage.aspx"
/>
How could we get error statusCode when GenericErrorPage is load?