"Simon Harvey" <simon.harvey@the-web-works.co.uk> wrote in message
news:uIVsdia6DHA.2416@TK2MSFTNGP10.phx.gbl...[color=blue]
> Hi everyone,
>
> I don't know to much about asp in general, I'm an ASP.net developer, but[/color]
my[color=blue]
> boss wants me to find out the following:
>
> Is it possible to use a COM component from ASP. We have a COM component[/color]
that[color=blue]
> allows us to interact with our bank for e-commerce style functionality.[/color]
Our[color=blue]
> current site uses ASP and we know need to integrate this COM component in
> order to let us to some fancier stuff, such as on the fly fraud checking[/color]
for[color=blue]
> credit cards.
>
> Can someone advise me if ASP can use COM components and what is involved?
> Does anyone know of any good resources such as a tutorial?
>
> Thanks everyone
>
> Take care
>
> Simon
>[/color]
Yes. Register it with regsvr32, make sure the anonymous user (assuming you
are using anonymous authentication) has execute privs on it then e.g.:
set myObj = Server.CreateObject("mycomobjectname.myclass")
lret = myObj.myfunction (whatever,params,
you,have,defined,for,myfunction)
set myObj = Nothing
--
John Blessing
http://www.LbeHelpdesk.com - Help Desk software priced to suit all
businesses
http://www.free-helpdesk.com - Completely free help desk software !
http://www.lbetoolbox.com - Remove Duplicates from MS Outlook