> Say each Application or hosting per-se has it's own site
> wide error handler?
No, not exactly, although you can get where you want with a little work. You
can only specify one site-wide error handler per server, but you can use
conditional logic within that page to reference application-specific error
handling pages if they exist. If all the applications on a server use the
same filesystem structure, you can tell your application developers to put a
file with a specific name in a specific place within their application
directory if they want to take advantage of the site-wide error handler. In
the event that the file doesn't exist, you can use your own generic error
handling code.
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

