The calling code of the asp com interface. Friends in need can refer to it. COM interface VC implementation, interface:
[id(1), helpstring(method Test)] HRESULT Test([in] BSTR strInputA, [in] BSTR strInputB, [out,retval] VARIANT* result);
ASP call:
Set objCompInfo =server.CreateObject (the name of the component in the system)
result=objCompInfo.Test(arrIn,arrout)
The name of the component in the system. This value can be found in the rgs file in the VC project.