I'm designing a site using ASP.NET and I would like the content to be subscription based. For the most part, everything will be charged to a credit card every month. I know I can store the CC in the database but is there another more secure solution to this?
This isn't a giant project so I need some solution that's simple, quick, secure, and reliable that one developer can do.