
Running Visual Basic Program from VB script
Well, spawning external applications is not advisable from
an ASP page.
Perhaps you should write an ActiveX DLL VB Project (aka
COM object) and use that COM object in your ASP page to do
more advanced things.
-Chad
Quote:
> ...thats just the other way round than the question from rcareen (7/21/00,
> 11:58)...
> Hi!
> This must be a total newbie question but....
> how can I start a Visual Basic application on the server from a VBscript
> inside an ASP?
> Thanx,
> Bastian