Migrating Classic ASP Authenitcation & Authorization to .NET Membership

IT_Help

Member
Joined
May 17, 2009
Messages
8
Programming Experience
Beginner
Hi All

Some Background:

I have an old website running fine in Classic ASP with large customer base registered onto the site. The current site allows users to have their own user name(unique) registered against an ID assigned to them. They can change the User name later as well provided it is still Unique in the database(Database is SQLServer2005).

The Problem:

Now i want to move the website to .NET and want to use the .NET Membership. I know how to create the database structure in SQL Server through aspnet_regsql script but my problem is how should i import the existing username and passwords as the password stored in MembershipDB is Hashed (salt).

Also i might want to allow admins to impersonate as users later.

Any ideas regarding this problem?
 
Back
Top