newbie question - Securing with ASP.NET

R

romy

Hi

I'm about to turn a public website into a secure members only website (after
paying registration fee).
I assume all I need for that purpose is to save users' information in an
XML file and use form authentication method in web.config
to prevent from anonymous users to enter.

Programmatically speaking, I assume I'll need:

1) A Secure Registration page in which users can enter their personal and
creditcard information.
2) After validating Credit Info Add the User details to the XML file.
3) A Login page + "Forgot Password" Procedure. (Validating the Login
Against XML file)


- Does my assumptions are correct ?
- Where can I find some code for the aboved ?
- How Do I Prevent from anonymous users illegal access to the XML file ?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,539
Members
45,024
Latest member
ARDU_PROgrammER

Latest Threads

Top