Link to home
Start Free TrialLog in
Avatar of synect
synect

asked on

ISAPI with visual basic


Can we program ISAPI with visual basic Ver 5 or 6.If yes, we would be pleased if you can provide us some sample codes.



Avatar of PaulHews
PaulHews
Flag of Canada image

This is the only sample I have ever seen of this, by Carl Franklin.

http://ftp.cgvb.com/pub/misc/oleisapi.zip
ASKER CERTIFIED SOLUTION
Avatar of PaulHews
PaulHews
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of andysalih
andysalih

echo
Force accepting PaulHews' answer.

costello
Community Support Moderator @ Experts-Exchange
Paul_Hews, are you saying, this:

Method_Get(Request As String, Response As String)

is all you need for a standard ISAPI interface?
Not a standard ISAPI call, but an interface to ISAPI through OLEISAPI.dll.  The methods to your class are called by OLEISAPI as specified in the action paramter of the html form.

<form action="http:// myserver/scripts/oleisapi.dll/MyDll.MyClass.MyMethod" method="POST">


The Request is passed in, the Response is returned back.

I played around a bit with this before I discovered ASP, and now, because of ASP it is considered defunct technology.
The questioner should have asked my question ;-)

Thanks.
>The questioner should have asked my question ;-)

Agreed.  Good to have it in the database.  Thanks.