ASP.NET SQL Membership Provider
Hello everyone,
I don't know how to achieve the following:
I have setup the SQL Server 2005 and ASP.NET database for User/Profile/Role management and everything works just fine.
However, the 'aspnetdb' database at SQL 2005 server and the 'users' and 'membership' tables are using 'ApplicationId' as identifier.
I have created users from within two different ASP.NET applications and have ended up having two different 'ApplicationId' identifiers, and I was unable to retrieve the user credentials of those created with the previous ASP.NET application when accessing it from the latter one.
I would really appreciate the sharing of knowledge regarding this matter.
|