Short question, is this a CF custom tag or a CFX type tag. Custom tags don't have to be installed as others have said, to add to the prior comments, you can also use cfmodule and specify the exact path to the file as in
<cfmodule name = "Name of the Tag" template = "/path/to/custom/tag" etc. /> Normally I don't use custom tags if I can help it (at times crawling 100 yards over ground glass is easier) but you may find this helpful http://www.forta.com/books/0321292693/0321292693_chapter30.pdf > Hi All, > > I am having a challenge getting to my CF administrator page. CF 9.01, > Windows 2008. I've been working on it for a bit with no solution. My > question is, I have to install a custom tag. Is there any way to > install a custom tag without using CF Administrator page? Thanks in > advance! > > Greg > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:350227 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

