PDA

View Full Version : ASP Membership Site - Help!


kungfoore
11-06-2002, 05:30 PM
I am creating an asp site with a paid membership section. It is also being hosted on a third party server and another third party is processing credit cards. I need the script to work like this: Once the person puts in their credit card information, their username/pw is added automatically to have access to the site in the form of a grey pop up box (you know the ones you get from "adult" sites).

I know this can be done with Perl on Apache servers, so there must be an asp solution, right?

whammy
11-06-2002, 11:46 PM
Yes, and no - you can do that in IIS (the grey popup box) but it is problematic with Netscape (unless Glenn or Roy know a way around that), and your host would have to set that up.

Since it's hosted remotely, you'd probably be better off with a webpage login (using ASP and preferably a SQL Server database of course).

Someone please correct me if I'm wrong. :)