PDA

Click to See Complete Forum and Search --> : How to invoke an ASP page through a COM component


msdnexpert
Jun 22nd, 2000, 07:00 PM
Hi there,
How do I invoke an ASP page through a COM component on the Web Server? Also once invoked the asp page will return some data which has to be captured by my component? Thanks in advance.

compuGEEK
Jun 22nd, 2000, 10:04 PM
I can email you an article on COM objects in ASP if you'd like...

Clunietp
Jun 22nd, 2000, 10:06 PM
do you mean invoke a COM object from ASP, or do you mean invoke an ASP page from a COM object???

msdnexpert
Jun 25th, 2000, 05:01 PM
I mean invoking an ASP page from a COM object???

Mark Sreeves
Jun 25th, 2000, 07:12 PM
You could use an Internet Transfer Control


If you mean from a VB ActiveX DLL that is!