| You could recode and recompile the project as an ActiveX DLL.
The properties and methods can be exposed through a class interface and the DLL registered on the server.
You can then use set objectname = server.createobject(DLLname.classname) to instantiate the object. Then you can call the properties & methods as you would with any other ASP/VbScript object. |