Home All Groups Group Topic Archive Search About

ASP object from a VB Component



Author
15 Mar 2006 5:32 PM
abcd
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

Author
15 Mar 2006 9:19 PM
Anthony Jones
"abcd" <a***@abcd.com> wrote in message
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
>
>

Mind if I ask why you are using an ActiveX exe?

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.

AddThis Social Bookmark Button