Answered
Where does Coldfusion store the reference to server libraries (C++).dll's ?
I am using a custom tag CFX_IMAGE. It is a .dll file which
needs to be registered in the Coldfusion Administrator in order for
Coldfusion to find this file. I would like to register this tag
automatically with code versus having to manually register the .dll
in the Coldfusion Administrator. Does anyone know where this
reference is stored and how I would create this reference with
code?