Logo 
Search:

Asp.net Forum

Ask Question   UnAnswered
Home » Forum » Asp.net       RSS Feeds

Calling VB from ASP

  Asked By: Sean    Date: Jun 22    Category: Asp.net    Views: 744
  

I want to call a VB application (not VBScript) from an ASP page..
Is this possible and if so does anyone have info on how to do this ?

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Ginger Snyder     Answered On: Jun 22

If you have COM components written in VB it's no problem as long as those are
registered in Regitry. But if you want to call  a Win32 app in VB than you'd have
to use IPC or any other thing. The app shoudl also support calls from the
outside. Probably with API calls.

 
Didn't find what you were looking for? Find more on Calling VB from ASP Or get search suggestion and latest updates.




Tagged: