Link to home
Start Free TrialLog in
Avatar of karlomedallo23
karlomedallo23Flag for Australia

asked on

What is the easiest way to migrate existing login to asp.net membership?

I have an existing site with simple authentication (through a database) and I want to change it to asp.net membership.

My exisiting login calls a stored procedure that returns the user id and other relevant details if user and password matches. I then store those to the session and each of my "secured" pages checks for the session variables to determine if they are an authenticated user.

Please note that the passwords currently are NOT encrypted.

There could be lots of solutions here so it would be better if there's a brief explanation of why I should do it your way.
ASKER CERTIFIED SOLUTION
Avatar of Easwaran Paramasivam
Easwaran Paramasivam
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial