> i am using CF4.5 and trying to make the error/missing > template redirection work in Administrator console. > so far it hasn't work. Question is whether i should > specify a url address or a local file path > (c:\web\error.cfm).
You should specify a filesystem path for these. > Also should i specify in IIS custom 404 document to > redirect the error messages, which will be used, CF > or IIS when an error occured. By default, CF will handle its own 404 events, so the IIS custom 404 document wouldn't be used. If you want to have IIS check for the existence of .cfm files, you can check the "Check whether file exists" box in the IIS management console for the specific ISAPI extension. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

