Click to See Complete Forum and Search --> : need help w/membership signup system


Goalie35
January 26th, 2004, 12:54 AM
Hey guys.

Through the use of asp.net, I need to create a system on a website that allows the user to sign up for a monthly membership by providing their credit card information.

My biggest problem in creating this is making sure that the credit card information is as secure as possible. Can anyone recomend a good tutorial that can provide help for me on this topic?

Thanks in advance.

-Goalie35

ZoSoo7
January 26th, 2004, 09:17 AM
You will need to do it with SSL (Secure Socket Layer). Do some research on google.com about it and how to implement it. Good luck.