hi u have 2 options in CFAdmin !
1. to handle site wide errors - CFERROR
[u cld use this tag & call it in ur application.cfm
<CFERROR TYPE="Exception" TEMPLATE="/TempError.cfm" MAILTO="#admin_emailaddres
(TempError is the file that will be shown for errors occuring throught the site & a email wld be send to the "admin_emailaddress")
OR
U cld set it up from CFAdmin
(Server Settings -> Settings ->Site-wide Error Handler
)]
2. U cld use missing page handler from CFADmin for handling page not found erros !
Server Settings -> Settings ->Missing Template Handler
let me know
K'Rgds
Anand
Main Topics
Browse All Topics





by: danrosenthalPosted on 2003-04-15 at 23:14:35ID: 8338923
a 404 error would be handled by the web server (IIS for instance) and you can designate a specific page to handle specific errors.
As far as an error template that handles coldfusion errors, all the information should be contained in the error variable, and specifically I believe you are looking for #ERROR.Diagnostics#