Is there any best tutorial about ASP.NET 2.0's security and membership API?

  • Thread starter Thread starter ABC
  • Start date Start date
Its the right time for u...
Please visit microsoft learning site... they are giving free learning
tutorials... now... Hurry

Regards,
Niraj Ranka
 
Instead of doing the Auth the way MS wants you to, I modified it to do
DB driven authentication....

Use the supplied logon control and change the Login_Authenticate event.

In the event check the users agenst a DB or XML etc...
When your done just set e.Authenticated to True or False
 
Instead of doing the Auth the way MS wants you to, I modified it to do
DB driven authentication....

Isn't the SqlMemberhipProvider DB driven?
 

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

Back
Top