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.
Printable View
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.
I can email you an article on COM objects in ASP if you'd like...
do you mean invoke a COM object from ASP, or do you mean invoke an ASP page from a COM object???
I mean invoking an ASP page from a COM object???
You could use an Internet Transfer Control
If you mean from a VB ActiveX DLL that is!