首先按照一般发布dll大案方式,然后按照下面方法进行.
Why do I get the error "Object factory for class TWebResponseWrapper missing"?
From Deploy.txt (that comes with Delphi 6, I took the liberty of correcting the spelling):
... you must register both WebBrokerScript.tlb
and stdvcl40.dll on the web server. TLB files cannot be
registered with the Microsoft regsvr32 program, but must
be registered with tregsvr, located in the Delphi bin
directory. You can copy tregsvr to the web server, and
register the files with:
tregsvr WebBrokerScript.tlb
and
tregsvr stdvcl40.dll
呵呵,冥思苦想后才得到.