On Thu, 29 Aug 2002 14:51:48 -0400, in cf-talk you wrote: >I hope I'm not limited to one question a day :) > >Anyways, in previous version of cf is was able to install a cfx >automatically be registering in the customtags tree in the registry. I did >this today for mx stopped and started mx but still none registered. > >I then manually added one searched the registry for it, not found. I than >did a search for files containing my cfx name found none. Does anyone know >where I can register the cfxs programmatically?
I haven't actually wrote any auto-register code for cfmx yet, but I researched it the other month. Basically everything down in an xml file in one of the cf folder now. I believe file was called "neo" something. Basically you have to read the file, xml parse, change, rewrite and... I think wait til the server restarts before it notices the changes. In other words, you need to auto-register's for CFX's now. :) --min ______________________________________________________________________ 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

