Forum Moderators: open

Message Too Old, No Replies

Other way to manage Error 404

Other way to manage Error 404

         

itnecor

8:59 am on Jul 27, 2007 (gmt 0)

10+ Year Member



Our current host doesn't support customization of Error 404, is there any way to manage it?

Please advise. Thanks!

jaytee

10:22 am on Jul 27, 2007 (gmt 0)

10+ Year Member



Assuming you have access to the code you can customise handling of 404s in the Application_Error event within global.asax.vb. You can also do custom error handling in the <customErrors>... section of web.config. See the .NET help for both topics.