Is it possible to show the text that would appear in the default IIS error
page, but have that text appear on the custom form when using the
<customErrors mode="RemoteOnl y" defaultRedirect ="error.aspx " />
What do I need to put in error.aspx (and error.cs) to obtain the error text
and display it within a label on the error.aspx page?
page, but have that text appear on the custom form when using the
<customErrors mode="RemoteOnl y" defaultRedirect ="error.aspx " />
What do I need to put in error.aspx (and error.cs) to obtain the error text
and display it within a label on the error.aspx page?
Comment