|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ASP object from a VB Component
I want to call ASP object from VB component. When my component is ActiveX
dll I can get the request object and read the form controls without any issue. But when my component is ActiveX exe the same code doestnt work. Does Activex EXE support accessing of ASP object model.... Help will be appriciated. thanks "abcd" <a***@abcd.com> wrote in message Mind if I ask why you are using an ActiveX exe?news:%23aOzAaFSGHA.3972@TK2MSFTNGP10.phx.gbl... > I want to call ASP object from VB component. When my component is ActiveX > dll I can get the request object and read the form controls without any > issue. But when my component is ActiveX exe the same code doestnt work. > > Does Activex EXE support accessing of ASP object model.... > > Help will be appriciated. > > thanks > > StartPage ought to still be called if you instance the object from Server.CreateObject I think. The COM+/MTS ish GetObjectContext won't work. Anthony. |
|||||||||||||||||||||||