ASP object from a VB Component

A

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
 
A

Anthony Jones

abcd said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,158
Latest member
Vinay_Kumar Nevatia
Top