Hey everyone, I could use a little help. I'm making a VB.Net website, and I don't want to write error handling all over the place. I've seen many techniques, but none like how I would want to implement the error handling.
I would like to catch exceptions in the appropriate master pages for each section of the site and then display error messages on the master page - so it stays in keeping with the website. Unfortunately it seems this isn't a way it can be done. Any ideas? Thanks in advance.
