B
Bruce W...1
There are lots of examples out there of ASP.NET shopping carts, but they
all stop short of SSL. If someone knows of a shopping cart example that
get in to code for digital certificates please show me where.
I've been researching SSL and digital certificates, not that I have a
specific application in mind, I just want to know how to do it. And
there seem to be many ways to process credit cards.
You could do it all on your server with an individual certificate and
your own merchant account. A certificate from Verisign or Thuate costs
some bucks.
You could let a third party do it like WorldPay and have an internet
merchant account. I used Worldpay once and you are redirected to their
site to make payment.
You could farm the whole thing out to a server designed just to provide
online stores, but that wouldn't be any fun.
Then of course there's PayPal.
Say I want to setup an online shopping system for a small business. I
want to write all the code myself. What would be the least expensive
way to do this (not including my time) without being redirected to
another site for payment? That is having the entire transaction
seemingly done from my website.
Thanks for your help.
all stop short of SSL. If someone knows of a shopping cart example that
get in to code for digital certificates please show me where.
I've been researching SSL and digital certificates, not that I have a
specific application in mind, I just want to know how to do it. And
there seem to be many ways to process credit cards.
You could do it all on your server with an individual certificate and
your own merchant account. A certificate from Verisign or Thuate costs
some bucks.
You could let a third party do it like WorldPay and have an internet
merchant account. I used Worldpay once and you are redirected to their
site to make payment.
You could farm the whole thing out to a server designed just to provide
online stores, but that wouldn't be any fun.
Then of course there's PayPal.
Say I want to setup an online shopping system for a small business. I
want to write all the code myself. What would be the least expensive
way to do this (not including my time) without being redirected to
another site for payment? That is having the entire transaction
seemingly done from my website.
Thanks for your help.