> I have been trying to create a 403 error handler (that is > when someone tries to hit a secure site without the HTTPS) > and place some Cold Fusion code inside. I setup the 403 > handler in IIS to point to a CFM template that displays > the current template and recommends dynamically the correct > link. However, when I test it, the CF code does not run and > instead is displayed inside the webpage. > > Any ideas what is happening? Is IIS unable to run CFM code > in 403 (or 404) handlers?
I think that, to make this work, you have to edit the custom error handler in the IIS MMC, and select "URL" instead of "File", and specify a valid URL path instead of a file path. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ voice: (202) 797-5496 fax: (202) 797-5444 ______________________________________________________________________ This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. 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

