Manually adding a ASP.Membership account for an install script
- From: DotNetNewbie <snowman908070@xxxxxxxxx>
- Date: Tue, 19 Feb 2008 10:13:41 -0800 (PST)
Hello,
I am having issues with manually creating a membership user using the
stored procedure: aspnet_Membership_CreateUser
I can't seem to be able to insert a 'password salt' value and have it
work when I try and log in.
Here is what I did: After creating a user and being able to
successfully log into my application, I looked in the database for the
Password Salt.
I then used that SAME value along with username in my install.sql
script file (it just preloads the database with data).
My login doesn't work though, what could the problem be?
.
- Follow-Ups:
- Prev by Date: Re: Alternative to DataSet
- Next by Date: Re: Overriding operators
- Previous by thread: Need Help with an Embedded Resource File
- Next by thread: Re: Manually adding a ASP.Membership account for an install script
- Index(es):