ASP.NET 2.0: Login control

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

I have an existing user managment system that has been in our asp.net 1.1
app for a couple years now, all the user managment is done through an
application that is a win form, and stored in SQL Server. I want to see if I
can at all use the new login controls with my existing scheme for user
managment... Is there a way to use your own system with these controls or
do you have to use ASP.NET's managment of users to use these controls?
thanks!
 
Simply handle the login control's Authenticate event and call your old
authentication code from within it.
 
Steve said:
Simply handle the login control's Authenticate event and call your old
authentication code from within it.

No, there is no any value returned for this Authenticate event.
so once I click "Login" it will always prompt "login error".

Or, within Authenticate event,
Which member of Login Box I should change to tell the Login_Box
if I say the login success?
Thanks!
 

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