J
Jonas
Hi,
I've got an ASP.NET application that I would like to use the defaultRedirect
attribute of customErrors element to redirect to a custom aspx-page in case
of errors. But the page just doesn't get called, instead the default ASP.NET
error page is shown. I no Application_Error sub in global.asax.vb so the
web.config should rule this.
Any tips?
Jonas
I've got an ASP.NET application that I would like to use the defaultRedirect
attribute of customErrors element to redirect to a custom aspx-page in case
of errors. But the page just doesn't get called, instead the default ASP.NET
error page is shown. I no Application_Error sub in global.asax.vb so the
web.config should rule this.
Any tips?
Jonas