i need run old application build using asp classic. application has series of dlls supposed installed com+ components. 1 of asp pages uses function called register in dll called ts. dll installed com+ component. on asp page have this:
set ocontrol = server.createobject("ts.control")
when trying call page error:
0x800a01a8 - ts::register - ts: object required
control class module name.
since dll installed com+ component, else cause error? running on windows 7 iis 7.5
my problem caused not checking property allow iis intrinsic properties on com+ components