My site runs on asp.net mvc2 and I use elmah to catch errors, not handleerror attibute
if I go to a non-existing page, for example 'HTTP: // local: 8095 / Home / City / 1 / MTL / co' I get an 404 IIS page error
in web.config I configured my custom errors
I even tried to set the code in global.asax application_error and didn't get there
Why am I getting an IIS 404 error page?
Now that I think about it, I would like to register 404 errors, where could I lure them into asp.net mvc?
thank
source
share