setting up SSL for e-commerce?

  • Thread starter Thread starter Lasse Edsvik
  • Start date Start date
L

Lasse Edsvik

Hello

I have an asp-component that contacts a bank and transfers from creditcard
to bankaccount.

and i was wondering if you guys know if any article how to setup a secure
connection? or do i need to do something with code or?

TIA
/Lasse
 
depends on how your back expects the transaction.
if the bank provide an https interface... ie a page on SSL where you can
post you transaction information,
you can get away by using WebClient object and populating the object and
calling it to post the data on bank's server.
 
Back
Top